Twitch Coin
Automatically gather your Twitch Coin while watching your favorite streamer.
Cos'è Twitch Coin?
Twitch Coin è un'estensione di Chrome sviluppata da Amin NAIRI, e la sua funzione principale è "Automatically gather your Twitch Coin while watching your favorite streamer.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Twitch Coin
Scarica i file di estensione Twitch Coin in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | jhoffdoklpjnpdjcgegphcicolpipocf |
URL Ufficiale | https://chrome.google.com/webstore/detail/twitch-coin/jhoffdoklpjnpdjcgegphcicolpipocf |
Descrizione | Automatically gather your Twitch Coin while watching your favorite streamer. |
Dimensione del File | 25.86 KB |
Conteggio Installazioni | 444 |
Versione Corrente | 0.1.2 |
Ultimo Aggiornamento | 2021-05-26 |
Data di Pubblicazione | 2020-07-16 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Amin NAIRI |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/aminnairi/twitch-coin#readme |
URL della Pagina di Aiuto | https://github.com/aminnairi/twitch-coin/issues |
Lingue Supportate | 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" ] } ] } |