chrome_extensions

Chrome browser extensions.

Platform support

Please be aware that some queries can only be run against certain platforms. Below is a list of the supported platforms that this query supports. Zercurity will automatically pause queries from running if errors are detected. Running a query against an unsupported platform will result in the following error: no such table: chrome_extensions

  • Windows
  • Linux
  • Mac OSX
  • Free BSD

Table schema

Name Type Description
uid BIGINT The local user that owns the extension
name TEXT Extension display name
identifier TEXT Extension identifier
version TEXT Extension-supplied version
description TEXT Extension-optional description
locale TEXT Default locale supported by extension
update_url TEXT Extension-supplied update URI
author TEXT Optional extension author
persistent INTEGER 1 If extension is persistent across all tabs else 0
path TEXT Path to extension folder
permissions TEXT The permissions required by the extension

Query examples

select * from users join chrome_extensions using (uid)