Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Firefox support #185

Open
bertvandepoel opened this issue Dec 16, 2020 · 1 comment
Open

Firefox support #185

bertvandepoel opened this issue Dec 16, 2020 · 1 comment

Comments

@bertvandepoel
Copy link

So I've moved from chromium to firefox some time ago, but I really miss having a decent nzb extension. So I plugged the crx into https://www.extensiontest.com and figured out porting it was trivial. Basically I changed all occurrences of chrome.extension.sendMessage to chrome.runtime.sendMessage and all occurrences of chrome.extension.onMessage to chrome.runtime.onMessage. This is also advised by Google itself, as the chrome.extension versions are seemingly being deprecated at some point. Now I can easily make a pull request to get those fixes into the code, but I was wondering if you would be willing to submit the extension to addons.mozilla.org. It seems kind of rude if I would do it instead of you, as it remains primarily your extension. I'm also not too sure if you've automated the process for the chrome store and could just do the same for mozilla addons. Let me know what has your preference!

@bertvandepoel
Copy link
Author

After waiting for a while, I've forked the project to https://github.com/bertvandepoel/sabconnectplusplus and submitted it to AMO. It's available on https://addons.mozilla.org/en-GB/firefox/addon/sabconnect-for-firefox/

I'm happy to transfer ownership to you, for you to add a link to AMO, or any other solution you may suggest so both chrome/chromium and firefox users can enjoy the convenience of SABconnect++.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant