Hacker News new | past | comments | ask | show | jobs | submit login

It can likely be ported nearly directly.

Firefox supports a quite faithful port of the `chrome` object the Chrome extension APIs are namespaced under. The four extensions I've written in the past (generally internal-to-co) were all seamlessly supportable in both browsers once Firefox moved away from their old extension interface. There are some differences but Firefox keeps their additions/improvements they make contained to the `browser` namespace, which seem to be spec-driven[1] so maybe those changes will end up in Chrome some day too.

TL;DR: don't let worrying about compatibility prevent you from just trying to install and run the same code in FF to see what happens.

Also, is the source code for this publicly available? I was going to just check this myself, but I don't immediately see a GitHub link in this thread or at the linked page from FF for Android.

[1]: https://browserext.github.io/browserext/




Thanks for pointers, will try firefox too. GitHub link is mentioned on extension page. https://github.com/pawanmaurya/imdb-ratings-on-netflix


I tried it on Firefox and it works fine! I just needed to change the value of <secret_key> to a key I created on their website (or else it fails silently, it would be cool to have some console message I think).




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: