Twitch Channel Points Auto Redeem
Automatically redeem the bonus channel points when the option pops up in twitch chat
Co to jest Twitch Channel Points Auto Redeem?
Twitch Channel Points Auto Redeem to rozszerzenie Chrome opracowane przez Frank, a jego główną funkcją jest „Automatically redeem the bonus channel points when the option pops up in twitch chat”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Twitch Channel Points Auto Redeem
Pobierz pliki rozszerzeń Twitch Channel Points Auto Redeem 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
You can tell it is working because it will say "STREAM CHAT (AUTO ✅)" instead of just "STREAM CHAT" above the chat. It will take a few seconds to appear after a stream is loaded. Open source at https://github.com/FrankSalmick/twitch-autoredeem Report problems at https://github.com/FrankSalmick/twitch-autoredeem/issues
Podstawowe informacje o rozszerzeniu
Nazwa | Twitch Channel Points Auto Redeem |
ID | aklgphppnaannfmmijfggcckafbkbihi |
Oficjalny URL | https://chromewebstore.google.com/detail/twitch-channel-points-aut/aklgphppnaannfmmijfggcckafbkbihi |
Opis | Automatically redeem the bonus channel points when the option pops up in twitch chat |
Rozmiar pliku | 7.08 KB |
Liczba instalacji | 903 |
Aktualna Wersja | 20.12.23 |
Ostatnia Aktualizacja | 2020-12-24 |
Data Publikacji | 2020-04-08 |
Ocena | 4.80/5 Łącznie 5 Oceny |
Deweloper | Frank |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/FrankSalmick/twitch-autoredeem |
Adres URL Strony Pomocy | https://github.com/FrankSalmick/twitch-autoredeem/issues |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Automatically redeem the bonus channel points when the option pops up in twitch chat", "manifest_version": 2, "name": "Twitch Channel Points Auto Redeem", "short_name": "Channel Points Redeemer", "version": "20.12.23", "content_scripts": [ { "matches": [ "https:\/\/*.twitch.tv\/*" ], "js": [ "twitchAutoredeem.js" ], "run_at": "document_idle" } ], "icons": { "128": "icon128.png" } } |