Twitch Bonus AutoRedeemer
Redeems the little green box of bonus channel points automatically so you don't have to :)
Wat is Twitch Bonus AutoRedeemer?
Twitch Bonus AutoRedeemer is een Chrome-extensie ontwikkeld door alex, en de belangrijkste functie is "Redeems the little green box of bonus channel points automatically so you don't have to :)".
Extensie Screenshots
Download het CRX-bestand van de extensie Twitch Bonus AutoRedeemer
Download Twitch Bonus AutoRedeemer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Automatically redeems bonus points for any Twitch channel you are currently watching Basisinformatie over de Extensie
| Naam | |
| ID | kgikffepcmbceoekidaeghgkjlanieaj |
| Officiële URL | https://chromewebstore.google.com/detail/twitch-bonus-autoredeemer/kgikffepcmbceoekidaeghgkjlanieaj |
| Beschrijving | Redeems the little green box of bonus channel points automatically so you don't have to :) |
| Bestandsgrootte | 4.94 KB |
| Aantal Installaties | 20 |
| Huidige Versie | 1.0.2 |
| Laatst Bijgewerkt | 2021-05-24 |
| Publicatiedatum | 2020-09-23 |
| Ontwikkelaar | alex |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Twitch Bonus AutoRedeemer",
"version": "1.0.2",
"description": "Redeems the little green box of bonus channel points automatically so you don't have to :)",
"content_scripts": [
{
"matches": [
"*:\/\/*.twitch.tv\/*"
],
"js": [
"twitch-bonus-redeemer.js"
],
"run_at": "document_end"
}
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"incognito": "spanning",
"manifest_version": 2
} | |