firsttris / chrome.sendtokodi

:tv: Send almost every stream from Chrome to Kodi with SendToKodi
MIT License
13 stars 5 forks source link

Firefox support #2

Closed gerion0 closed 11 months ago

gerion0 commented 3 years ago

I would love to see this addon (or a similar one) in Firefox, too. In principal, both browsers support WebExtensions. However, this addon as is does not load in Firefox. Can this addon be updated in such a way that it is compatible with both browsers?

firsttris commented 3 years ago

i think this should be rather easily possible

https://extensionworkshop.com/documentation/develop/porting-a-google-chrome-extension/

there is even a firefox page where you can test the extension and see whats wrong.

https://www.extensiontest.com/

darodi commented 2 years ago

@gerion0 If you don't want to port the extension to firefox, there is another option.

I managed to convert the chrome extension to a firefox extension a few years ago using https://github.com/Noitidart/Chrome-Store-Foxified/

However, Chrome-Store-Foxified doesn't work anymore with the last version of firefox. There is a workaround on the project page that might still work though. (convert the extension using an old version of firefox and copy the result .xpi file to your latest firefox).

I'm still using the converted extension from a few years ago on the latest firefox and it's still working.

Good luck.

firsttris commented 11 months ago

has support now