Meta pixel
search

A menu icon Tables {{numberOfTablesDisplayed}}

right chevron down chevron

Tables{{numberOfTablesDisplayed}}

macOS logo Windows logo Linux logo macOS logo

safari_extensions

Installed Safari browser extensions (plugins).

Column Type Description
author text Optional extension author
bundle_version text The version of the build that identifies an iteration of the bundle
copyright text A human-readable copyright notice for the bundle
description text Optional extension description text
developer_id text Optional developer identifier
extension_type text Extension Type: WebOrAppExtension or LegacyExtension
identifier text Extension identifier
name text Extension display name
path text Path to extension XAR bundle
sdk text Bundle SDK used to compile extension
uid bigint The local user that owns the extension
update_url text Extension-supplied update URI
version text Extension long version

Example

SELECT * FROM users CROSS JOIN safari_extensions USING (uid);

Notes

  • Querying this table requires joining against the users table. Learn more - Includes installed extensions for all system users.