Page 5 of 6
Re: BGA - Chrome Extension
Posted: 31 May 2023, 10:17
by anotherFlav
Bug fixed, waiting for Chrome Store approval.
Re: BGA - Chrome Extension
Posted: 31 May 2023, 12:26
by mattmill
anotherFlav wrote: ↑02 May 2022, 14:03
mattmill wrote: ↑01 May 2022, 02:14
anotherFlav wrote: ↑13 July 2021, 09:09
I plan to port the extension at least to Firefox.
If I have many requests from the community for Safari, I may have a look if that's doable.
Any idea if you will implement a safari extension?
Not sure when I will do it but my plan is to try porting it to Safari and see if that's not to difficult to achieve and not to hard to maintain. If it takes reasonable efforts to do, I will make it official.
Note that I tried to do it for Firefox but I was blocked by technical limitation on Firefox side (Firefox accepts only Manifest V2, I use V3 , so I'll wait Firefox updates and won't put any efforts to make my extension backward compatible.
Any further thoughts on Safari?
Re: BGA - Chrome Extension
Posted: 31 May 2023, 13:31
by anotherFlav
mattmill wrote: ↑31 May 2023, 12:26
anotherFlav wrote: ↑02 May 2022, 14:03
mattmill wrote: ↑01 May 2022, 02:14
Any idea if you will implement a safari extension?
Not sure when I will do it but my plan is to try porting it to Safari and see if that's not to difficult to achieve and not to hard to maintain. If it takes reasonable efforts to do, I will make it official.
Note that I tried to do it for Firefox but I was blocked by technical limitation on Firefox side (Firefox accepts only Manifest V2, I use V3 , so I'll wait Firefox updates and won't put any efforts to make my extension backward compatible.
Any further thoughts on Safari?
I keep that in mind but I mostly concerned by the maintenance overhead of keeping 2 extensions up to date instead of just one. If anyone has experience with Chrome extension conversion to Safari and want to give a hand I am fully open to it

Re: BGA - Chrome Extension
Posted: 31 May 2023, 13:34
by anotherFlav
LaOread wrote: ↑15 May 2023, 19:53
Same for me. Having trouble with it for a few days. It keeps telling me I have 1 game when I don't, & it just keeps loading (showing the logo) without showing me my games list:
https://i.imgur.com/3IhW9KR.png
Using Brave/Chromium
Fix has been published ! You can update your chrome extension and it should work again !
Re: BGA - Chrome Extension
Posted: 31 May 2023, 20:21
by Mi-K-L
Thank you

Re: BGA - Chrome Extension
Posted: 01 June 2023, 13:56
by TinTinDance
well done
Re: BGA - Chrome Extension
Posted: 11 June 2023, 10:35
by silkkii
I see Manifest V3 has now been implemented in Firefox:
https://extensionworkshop.com/documenta ... ion-guide/
Any chance we could get this extension ported to FF now? Would be awesome for us Firefox users.
Re: BGA - Chrome Extension
Posted: 08 July 2023, 10:02
by Tof63
It's not that simple because FF doesn't fully support the manifest v3.
I don't know who's right or wrong, but Chrome and FF don't support it in the same way.
That said, I intend to study the feasibility of a FF version

Re: BGA - Chrome Extension
Posted: 09 July 2023, 21:21
by anotherFlav
Great news everyone !
Tof63 joined me on this BGA Chrome Extension adventure and decided to bring his
awesome work and merge it directly into my extension.
Tof63 added many interface enhancements, globally on BGA and more specifically for a ton of games.
The latest version (v1.7.1) that has been published this weekend added all this new features. You should have access to it without doing anything whenever the extension updates on your browser.
If you are not interested in any of those feature you always have the option to disable any through the interface.
For further info on the features you can check
Tof63 initial thread.
Thanks again Tof63 for your great job. It give me some motivation boost to continue improving the extension
Stay tuned !
Re: BGA - Chrome Extension
Posted: 08 August 2024, 01:08
by cornflakes
Hello! I have submitted a PR to your github repo for the extension that enables it to work with Firefox. The changes needed are pretty clear in the PR, so feel free to either approve it and bring it into the repo or else use it as a template to study the effort required.
https://github.com/FlavienBusseuil/bga- ... on/pull/68
Thanks!