v97

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-31135175384.2 KB
Extensions

List browser extensions

List extensions in the resolved project.

get/extensions

Query parameters

limitinteger

Limit the number of extensions to return.

offsetinteger

Offset the number of extensions to return.

querystring

Case-insensitive substring match against extension name. IDs match by exact value.

namestring

Exact-match filter on extension name using the database collation. In production, matching is case- and accent-insensitive. During the default-project migration, unscoped requests prefer a concrete default-project extension over a legacy unscoped extension with the same name.

Response

List of extensions

idstring required

Unique identifier for the extension

namestring nullable

Optional, easier-to-reference name for the extension. Must be unique within the project.

created_atstring date-time required

Timestamp when the extension was created

size_bytesinteger required

Size of the extension archive in bytes

checksumstring nullable

SHA-256 checksum, encoded as lowercase hexadecimal, of the exact uploaded extension archive bytes. This is not a normalized checksum of the extension contents; archive metadata, file ordering, and compression can change the checksum for otherwise identical contents. Omitted for legacy rows and server-repackaged Chrome Web Store extensions.

last_used_atstring date-time nullable

Timestamp when the extension was last used