name: browser_plugins
hidden: true
examples: |-
See classic browser plugins (C/NPAPI) installed by users. These plugins have
been deprecated for a long time, so this query will usually not return
anything.
```
SELECT * FROM users CROSS JOIN browser_plugins USING (uid);
notes: Querying this table requires joining against the `users` table. [Learn more](https://fleetdm.com/guides/osquery-consider-joining-against-the-users-table)