Twitch Bonus AutoRedeemer
Redeems the little green box of bonus channel points automatically so you don't have to :)
Co to jest Twitch Bonus AutoRedeemer?
Twitch Bonus AutoRedeemer to rozszerzenie Chrome opracowane przez alex, a jego główną funkcją jest „Redeems the little green box of bonus channel points automatically so you don't have to :)”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Twitch Bonus AutoRedeemer
Pobierz pliki rozszerzeń Twitch Bonus AutoRedeemer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Automatically redeems bonus points for any Twitch channel you are currently watching
Podstawowe informacje o rozszerzeniu
Nazwa | Twitch Bonus AutoRedeemer |
ID | kgikffepcmbceoekidaeghgkjlanieaj |
Oficjalny URL | https://chromewebstore.google.com/detail/twitch-bonus-autoredeemer/kgikffepcmbceoekidaeghgkjlanieaj |
Opis | Redeems the little green box of bonus channel points automatically so you don't have to :) |
Rozmiar pliku | 4.94 KB |
Liczba instalacji | 20 |
Aktualna Wersja | 1.0.2 |
Ostatnia Aktualizacja | 2021-05-24 |
Data Publikacji | 2020-09-23 |
Deweloper | alex |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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 } |