Chrome-Store-Foxified icon indicating copy to clipboard operation
Chrome-Store-Foxified copied to clipboard

Suggestion: Detect if addon is available on AMO

Open trlkly opened this issue 7 years ago • 4 comments

Obviously, it might not be the exact same addon. But you could at least let people know if there is an addon with the same or similar name on AMO, and provide a button to go look at that one instead. (But still let them install the Google version if they want.)

As you said in another bug, it's generally better to install the Firefox version of an addon if it exists, so I thought it might be a good idea to facilitate this.

It could also be an alternative to caching signed addons. The most popular addons will probably get an AMO release.

trlkly avatar Aug 27 '16 19:08 trlkly

This would be super cool. I have some ideas on how to detect if a Firefox version exists but none of them are sure fire:

  • Search if the id is found on AMO
  • Search by name

Maybe just provide a "suggestions" which populates with these search results.

Noitidart avatar Aug 28 '16 00:08 Noitidart

Yeah, that's basically what I was thinking. Since you put out a popup when you click the button on the page, the search results could show there, maybe even with the "Add to Firefox" button.

If there's one with the same ID, you could highlight it in the results.

On Sat, Aug 27, 2016 at 7:49 PM, Noitidart [email protected] wrote:

This would be super cool. I have some ideas on how to detect if a Firefox version exists but none of them are sure fire:

  • Search if the id is found on AMO
  • Search by name

Maybe just provide a "suggestions" which populates with these search results.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Noitidart/Chrome-Store-Foxified/issues/39#issuecomment-242949243, or mute the thread https://github.com/notifications/unsubscribe-auth/AFNSriG8t5gKFNXeS27Orr_xjGyHtp6Kks5qkNsLgaJpZM4JuxP1 .

trlkly avatar Aug 28 '16 01:08 trlkly

I think this is quite important. I can see some potential problems for the developer if an addon is also available on AMO and people are - unknown to them - installing the chrome version. Stats? Reviews? And for the user: how does it handle updates?

I have an addon in both stores which is different - the Fx one does more. And recently I had to update the Fx one with workround for a Firefox bug - so the Chrome one wouldn't work. It's not a webextension yet because it doesn't work on Android - but it will be.

One easy thing to check is whether the manifest contains applications: gecko and the id.

I have an addon in the chrome store which exists in AMO but is not public. So an attempt to alert me that someone has loaded it from the Chrome Store would be useful.

revad avatar Jan 05 '17 16:01 revad

Thanks revad for your vote. I'm currently trying to make all my addons future proof, as they have decided to ban all these non-webext this year. As soon as I do that I'll be free to work on features like this.

Noitidart avatar Jan 05 '17 17:01 Noitidart