Open snippins opened 3 years ago
Just want to note that to make this works on firefox (install by self-signing or using the developer version) you could change the permission in the manifest as follows:
"permissions": ["https://*.twitch.tv/*", "https://*.ttvnw.net/*", "https://dqrpb9wgowsf5.cloudfront.net/*", "https://d1m7jfoe9zdc1j.cloudfront.net/*"],
Now also/instead needs https://d1ymi26ma8va5x.cloudfront.net/*
https://d1ymi26ma8va5x.cloudfront.net/*
This is relevant as the chrome web store is now saying that this extension will no longer be usable... probably for the same reason as adblockers
Just want to note that to make this works on firefox (install by self-signing or using the developer version) you could change the permission in the manifest as follows:
"permissions": ["https://*.twitch.tv/*", "https://*.ttvnw.net/*", "https://dqrpb9wgowsf5.cloudfront.net/*", "https://d1m7jfoe9zdc1j.cloudfront.net/*"],