animal-crossing-music-extension / ac-music-extension

Google Chrome extension that plays hourly Animal Crossing music and more while browsing!
https://acmusicext.com
zlib License
343 stars 57 forks source link

Getting it working on Opera GX #153

Open Sleepy-Vagabond opened 3 years ago

Sleepy-Vagabond commented 3 years ago

Hi this is not a issue just a helpful bit of info.

First up for anyone who wants to use "animal-crossing-music-extension" in Opera GX it works (kind of) just needs you to do one or 2 things.

1) make sure you have "Install Chrome Extensions" (Version 2.5.9 [or higher]) by Opera Software, it just lets opera do chrome things for extension code. 2) load it in to extensions in dev mode like normal but we are going to need to delete a line of code in the manifest. the code we need to remove is "background" from line 43 in the manifest.json file 42: "optional_permissions": [ 43: "background" 44: ], save the file then load it in or refresh it if you have already loaded it in. that's it it should work with just that little change.

I hope people found this helpful.