Extensions
Explore the list of extensions supported by TaskerAI. Session initialized with extensions will create browsers preloaded with listed extensions.
Retrieves a list of all available browser extensions that can be added to fingerprints. These extensions can enhance browser functionality for specific use cases.
Authorizations
X-Api-KeystringRequired
X-Api-Key-IdstringRequired
Path parameters
modestringRequired
Responses
200
List of available extensions
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
404
Not Found
application/json
500
Internal Server Error
application/json
get
/{mode}/v1/extensionsRetrieves detailed information about a specific browser extension, including its name, description, and installation URL.
Authorizations
X-Api-KeystringRequired
X-Api-Key-IdstringRequired
Path parameters
modestringRequired
extensionUUIDstringRequiredExample:
564dfa00-d601-491c-8521-5fc658d192bfResponses
200
Extension details
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
404
Not Found
application/json
500
Internal Server Error
application/json
get
/{mode}/v1/extensions/{extensionUUID}Last updated