gologinapp / pygologin

REST API provides programmatic access to GoLogin App. Create a new browser profile, get a list of all browser profiles, add a browser profile and running
Other
65 stars 41 forks source link

how to add chrome extension when create new profile? #11

Open Ye-byte opened 2 years ago

Ye-byte commented 2 years ago

how to add chrome extension when create new profile?

elik23 commented 2 years ago

gl.create({ "chromeExtensions": [ "ifibfemgeogfhoebkmokieepdoobkbpo" ], })

Add the chromeExtensions parameter when creating and specify the id of the extension

tehneydobertz commented 11 months ago

gl.create({ "chromeExtensions": [ "ifibfemgeogfhoebkmokieepdoobkbpo" ], })

Add the chromeExtensions parameter when creating and specify the id of the extension

thank you