Twitch Bonus AutoRedeemer
Redeems the little green box of bonus channel points automatically so you don't have to :)
Co je Twitch Bonus AutoRedeemer?
Twitch Bonus AutoRedeemer je rozšíření Chrome vyvinuté alex, a jeho hlavní funkcí je „Redeems the little green box of bonus channel points automatically so you don't have to :)“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Twitch Bonus AutoRedeemer
Stáhněte si soubory rozšíření Twitch Bonus AutoRedeemer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Automatically redeems bonus points for any Twitch channel you are currently watching Základní Informace o Rozšíření
| Název | |
| ID | kgikffepcmbceoekidaeghgkjlanieaj |
| Oficiální URL | https://chromewebstore.google.com/detail/twitch-bonus-autoredeemer/kgikffepcmbceoekidaeghgkjlanieaj |
| Popis | Redeems the little green box of bonus channel points automatically so you don't have to :) |
| Velikost souboru | 4.94 KB |
| Počet instalací | 20 |
| Aktuální Verze | 1.0.2 |
| Poslední Aktualizace | 2021-05-24 |
| Datum Vydání | 2020-09-23 |
| Vývojář | alex |
| [email protected] | |
| Typ Platby | free |
| Podporované Jazyky | 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
} | |