Closed cnnrhill closed 8 years ago
This is cool, thanks for contributing. Will merge it later this week after a quick fix to another plugin is released.
Wow, excellent! I have long hoped this extension would get a Firefox version, was setting up a new computer which sent me searching again. I happened to look at the GitHub for my trusty Chrome extension, and noticed the merge commit. Cloned, built, and now scrobbling from Pandora flawlessly. Thanks for the good work, @cnnrhill! You're a saint. Y'all feel free to ping me if you need help testing things, I'll let you know if I notice any issues.
@cincodenada How did you build the app to install as an add-on for Firefox?
@bonyboy I'm pretty sure I just followed the guide on the wiki, I don't recall having to do anything funny. Until it's official and such, you'll have to twiddle with your Firefox settings to allow unsigned extensions though.
Oh I see. Thanks for showing that to me!
OK, so maybe this should be mentioned on the homepage as well, i.e. scroblr also supports Firefox now? ;-) And probably this open issue can be closed then: https://github.com/cgravolet/scroblr/issues/30
Just to make sure, is this using the new WebExtensions API in Firefox already? As far as I know, adding Chrome-like extensions to Firefox is possible in brand-new version 48 now, see also this FAQ and How-To.
And if not, it will be deprecated when Mozilla turns off support for the old add-ons, right? By the way, as scroblr is not available in the Mozilla add-on store, how would you install it in Firefox then?
@cgravolet Whether there is a possibility of addition this extension to the official Firefox add-ons list? Otherwise, users have to install it as an unsigned extension manually, as far as i understand.
For those who want to install the unsigned extension, please keep in mind that you can not do this in current stable Release of Firefox. Even with the xpinstall.signatures.required option turned "false". You'll have to switch to ESR build or developers / beta versions - https://wiki.mozilla.org/Add-ons/Extension_Signing
Oh man. Getting this to AMO where regular users could install it would be killer.
any updates on when it will be available on AMO?
Hi, this adds Firefox support to scroblr (#30).
grunt build
andgrunt release
create a .xpi file which can be installed in Firefox. Tested on Firefox 38+.