Twitch Channel Points Auto Redeem
Automatically redeem the bonus channel points when the option pops up in twitch chat
Co je Twitch Channel Points Auto Redeem?
Twitch Channel Points Auto Redeem je rozšíření Chrome vyvinuté Frank, a jeho hlavní funkcí je „Automatically redeem the bonus channel points when the option pops up in twitch chat“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Twitch Channel Points Auto Redeem
Stáhněte si soubory rozšíření Twitch Channel Points Auto Redeem 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í
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
Základní Informace o Rozšíření
Název | Twitch Channel Points Auto Redeem |
ID | aklgphppnaannfmmijfggcckafbkbihi |
Oficiální URL | https://chromewebstore.google.com/detail/twitch-channel-points-aut/aklgphppnaannfmmijfggcckafbkbihi |
Popis | Automatically redeem the bonus channel points when the option pops up in twitch chat |
Velikost souboru | 7.08 KB |
Počet instalací | 903 |
Aktuální Verze | 20.12.23 |
Poslední Aktualizace | 2020-12-24 |
Datum Vydání | 2020-04-08 |
Hodnocení | 4.80/5 Celkem 5 Hodnocení |
Vývojář | Frank |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/FrankSalmick/twitch-autoredeem |
URL Stránky Nápovědy | https://github.com/FrankSalmick/twitch-autoredeem/issues |
Podporované Jazyky | 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" } } |