Auto Redeem Twitch Bonus
Automatically redeems bonus Channel Points
Co to jest Auto Redeem Twitch Bonus?
Auto Redeem Twitch Bonus to rozszerzenie Chrome opracowane przez Alexandre Ramos - Vulgocode, a jego główną funkcją jest „Automatically redeems bonus Channel Points”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Auto Redeem Twitch Bonus
Pobierz pliki rozszerzeń Auto Redeem Twitch Bonus 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 claims bonus channel points on Twitch.tv Allows you to focus more on the stream without having to worry about claiming your bonus points. If you have issues with the extension please email me or use the contact form on the website. Github: https://github.com/alexandreramosdev/auto-redeem-twitch-bonus * Donation * Pay me a Coffee so I can work harder :) Picpay - https://picpay.me/alexandre_ramos
Podstawowe informacje o rozszerzeniu
Nazwa | Auto Redeem Twitch Bonus |
ID | leheoeognmlgfdljnhckphighdlpnpnd |
Oficjalny URL | https://chromewebstore.google.com/detail/auto-redeem-twitch-bonus/leheoeognmlgfdljnhckphighdlpnpnd |
Opis | Automatically redeems bonus Channel Points |
Rozmiar pliku | 146 KB |
Liczba instalacji | 6,392 |
Aktualna Wersja | 1.2.0 |
Ostatnia Aktualizacja | 2020-09-03 |
Data Publikacji | 2020-07-03 |
Ocena | 3.11/5 Łącznie 9 Oceny |
Deweloper | Alexandre Ramos - Vulgocode |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto Redeem Twitch Bonus", "version": "1.2.0", "description": "Automatically redeems bonus Channel Points", "manifest_version": 2, "icons": { "16": "icon128.png", "48": "icon128.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.twitch.tv\/*" ], "js": [ "autoRedeemTwitchBonus.js" ] } ] } |