Twitch Coin
Automatically gather your Twitch Coin while watching your favorite streamer.
Co je Twitch Coin?
Twitch Coin je rozšíření Chrome vyvinuté Amin NAIRI, a jeho hlavní funkcí je „Automatically gather your Twitch Coin while watching your favorite streamer.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Twitch Coin
Stáhněte si soubory rozšíření Twitch Coin 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í
This extension will help you gather your channel points on Twitch TV while watching a live of your favorite streamer automatically by clicking the channel points button for you. You don't have to do anything, everything is done in the background for you.
Základní Informace o Rozšíření
Název | |
ID | jhoffdoklpjnpdjcgegphcicolpipocf |
Oficiální URL | https://chrome.google.com/webstore/detail/twitch-coin/jhoffdoklpjnpdjcgegphcicolpipocf |
Popis | Automatically gather your Twitch Coin while watching your favorite streamer. |
Velikost souboru | 25.86 KB |
Počet instalací | 444 |
Aktuální Verze | 0.1.2 |
Poslední Aktualizace | 2021-05-26 |
Datum Vydání | 2020-07-16 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | Amin NAIRI |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/aminnairi/twitch-coin#readme |
URL Stránky Nápovědy | https://github.com/aminnairi/twitch-coin/issues |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitch Coin", "version": "0.1.2", "description": "Automatically gather your Twitch Coin while watching your favorite streamer.", "homepage_url": "https:\/\/github.com\/aminnairi\/twitch-coin#readme", "icons": { "16": "icons\/icon16.png", "24": "icons\/icon24.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.twitch.tv\/*" ], "js": [ "scripts\/twitch-coin.js" ] } ] } |