Twitch Coin Collector
A Chrome Extension to collect the twitch channel points automatically.
Cos'è Twitch Coin Collector?
Twitch Coin Collector è un'estensione di Chrome sviluppata da Rene B., e la sua funzione principale è "A Chrome Extension to collect the twitch channel points automatically.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Twitch Coin Collector
Scarica i file di estensione Twitch Coin Collector 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
With this chrome extension you can collect the twitch channel rewards automatically.
Informazioni di Base sull'Estensione
Nome | Twitch Coin Collector |
ID | kjfhmebpccbcooagfbfgddoebmkmclmb |
URL Ufficiale | https://chromewebstore.google.com/detail/twitch-coin-collector/kjfhmebpccbcooagfbfgddoebmkmclmb |
Descrizione | A Chrome Extension to collect the twitch channel points automatically. |
Dimensione del File | 16.42 KB |
Conteggio Installazioni | 55 |
Versione Corrente | 0.1.0 |
Ultimo Aggiornamento | 2022-04-28 |
Data di Pubblicazione | 2022-04-28 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Rene B. |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Twitch Coin Collector", "description": "A Chrome Extension to collect the twitch channel points automatically.", "version": "0.1.0", "action": { "default_icon": "assets\/coin_click_64.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.twitch.tv\/*" ], "js": [ "content.js" ] } ] } |