Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a way to port a chrome extension to other browsers?

Tags:

People also ask

Can other browsers use Chrome extensions?

With browser extensions, you can customize the browsing experience by adding certain features. For years, only desktop browsers supported browser extensions. Now, select Android browsers also let you install browser extensions. Browsers like Kiwi and Yandex support extensions meant for Chrome.

Can you run a Chrome extension in edge?

Extensions designed for Google Chrome can also be used in Microsoft Edge. In Microsoft Edge, go to the Chrome Web Store. Select Allow extensions from other stores in the banner at the top of the page, then select Allow to confirm. Select the extension you want to add and select Add to Chrome.


Is there a way to port a chrome extension to other browsers, without having to entirely re-write the code? My chrome extension uses the browser_action command to open "popup.html" in the extension window...

Update: I found adblockforchrome port.js and found it only somewhat helpful for porting to Safari...