kkoooqq / fakebrowser

🤖 Fake fingerprints to bypass anti-bot systems. Simulate mouse and keyboard operations to make behavior like a real person.
GNU Lesser General Public License v3.0
1.13k stars 211 forks source link

How can I add a chrome extension directly from Webstore? #79

Open dbjpanda opened 1 year ago

dbjpanda commented 1 year ago

I am building a bot that can add chrome extension to the browser directly from web store. The current challenge is after clicking "Add Extension" it asks to accept permission which needs user intervention. I am using nut.js (A desktop automated library) to make it automated using a mouse click. How can it be achieved using fakebrowser?