:3 Extensions - Documentation

:3 Extensions documentation

Query Chrome, Edge, and Firefox extension analysis from one index.

Quick start

Searches combine a field and value. Use and, or, and parentheses to build larger expressions.

platform:chrome and host:*.example.com
platform:firefox and (api:tabs or api:webRequest)
domain:example.com and route:*oauth*
has:warning and warnings:>=3
platform:firefox and users:>=100000
name:"password manager" and ext:wasm

Syntax

FormUse
field:valueMatch a specific indexed field.
term oneAdjacent terms are joined with and.
a or bMatch either side. and takes precedence.
(a or b) and cUse parentheses to control grouping.
*Wildcard within names, IDs, hosts, paths, and text fields.
"two words"Keep a value containing spaces together.
> >= = != <= <Compare numeric count fields.

host:api.example.com is exact. host:*.example.com matches subdomains. domain:example.com matches the domain and its subdomains.

Search fields

Extension

FieldMatchesExample
platform, storeChrome, Edge, or Firefox.platform:edge
idStore extension ID or Firefox slug.id:abc*
nameManifest display name.name:*wallet*
statusCrawler status.status:succeeded
Bare textID or manifest name.ad blocker

Network

FieldMatchesExample
hostDiscovered hostname.host:api.example.com
domainDomain and all subdomains.domain:example.com
routeDiscovered HTTP path.route:*graphql*
routehostHostname with discovered routes.routehost:api.example.com
websocket, wsWebSocket URL or hostname.ws:socket.example.com

Permissions and package contents

FieldMatchesExample
perm, permissionAny manifest permission.perm:cookies
apiAPI permission.api:webRequest
hostpermRequired or optional host permission.hostperm:*://*/*
file, pathPackaged file path.file:*background.js
extPackaged file extension.ext:wasm
warningtextGenerated warning text.warningtext:*proxy*
resourceExposed or externally connectable resource.resource:*all_urls*
contentContent-script match pattern.content:*://*/*

Counts and presence

FieldMatchesExample
warningsWarning count.warnings:>=2
hosts, hostcountUnique hostname count.hosts:>100
urls, urlDiscovered URL count.urls:>=500
files, filecountPackaged file count.files:<20
users, installs, installcountStore user count.users:>=1000000
haswarning, host, url, users, or report.has:warning

Reports

Direct reports include the latest stored user count alongside manifest metadata, permissions, content scripts, resources, CSP, hosts and routes, WebSockets, packaged files, and warnings.

Archives

Archives are generated from the latest package available from the extension's official store.

extension.crx or extension.xpi report.json report.txt metadata.json SHA256SUMS.txt

Limits

OperationAllowanceWindow
Search250Rolling hour
Direct report250Rolling hour
Archive download25UTC day

Limits apply to both the account and its current IP address. Search and direct-report allowances are separate.

Ready

Chrome / Edge / Firefox

:3 Extensions