cURL
curl --request PATCH \ --url https://api.gologin.com/browser/chrome_extensions/many \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "profileIds": [ "6200f55e7685342e170dc531" ], "chromeExtensionIds": [ "nkbihfbeogaeaoehlefnkodbefgpgknn" ], "customExtensionIds": [ "nkbihfbeogaeaoehlefnkodbefgpgknn" ], "extensionsToRemove": [ "nkbihfbeogaeaoehlefnkodbefgpgknn" ] }'
Updates the chrome extensions for multiple profiles.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>