Firefox extension in chrome

Respected all!
I have a firefox browser extension that blocks obscene images (github link: https://github.com/kiran-collab/browser-plugin). I wish to port it to chrome.
I have used polyfill (web extension). But the extension does not work in chrome.
I would be grateful if someone can help me out!
Thankyou!

1 Like

@dkiran238 The processing logic for your addon seems to be based on my addon Wingman Jr. - and unfortunately the key reason why a Chrome port does not exist is that the API’s for modifying content via webRequest simply don’t exist in Chrome. (See for example this line ). A different approach was taken by the addon nsfw-filter that is perhaps a better fit for your goals. Good luck!

3 Likes