How to automate chrome extensions?

thekingmaker

Power Member
Joined
Jan 15, 2013
Messages
513
Reaction score
332
Is there any way to automate chrome extensions? I tried chromium browser automation it didn't work, So does anyone know any software or extension to automate chrome extension?
 
The chrome extension is just JS - why not just manipulate the JS yourself as needed, in your own version of the extension?
 
What do you mean by automate an extension? The extension is code, and there is always a page running named background.js where you can make it whatever you want
 
Back
Top