Twitch - Auto Channel Points
Automatically collects Twitch.tv channel points
Cos'è Twitch - Auto Channel Points?
Twitch - Auto Channel Points è un'estensione di Chrome sviluppata da arnoutpullen, e la sua funzione principale è "Automatically collects Twitch.tv channel points".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Twitch - Auto Channel Points
Scarica i file di estensione Twitch - Auto Channel Points 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
Automatically collects Twitch.tv channel points, without you having to do anything. This way you can collect a lot of points while watching your favorite streamer(s)! If it doesn't work on your browser, I recommed to try the BetterTTV extension. https://chrome.google.com/webstore/detail/betterttv/ajopnjidmegmdimjlfnijceegpefgped
Informazioni di Base sull'Estensione
Nome | Twitch - Auto Channel Points |
ID | pnifeididimfpaomnnellcfjnjmgoepk |
URL Ufficiale | https://chromewebstore.google.com/detail/twitch-auto-channel-point/pnifeididimfpaomnnellcfjnjmgoepk |
Descrizione | Automatically collects Twitch.tv channel points |
Dimensione del File | 19.93 KB |
Conteggio Installazioni | 14,799 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2022-01-27 |
Data di Pubblicazione | 2020-04-07 |
Valutazione | 2.86/5 Totale 36 Valutazioni |
Sviluppatore | arnoutpullen |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/ArnoutPullen/TwitchAutoChannelPoints |
URL della Pagina di Aiuto | https://github.com/ArnoutPullen/TwitchAutoChannelPoints/issues |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitch - Auto Channel Points", "description": "Automatically collects Twitch.tv channel points", "version": "1.0.2", "author": "Arnout Pullen", "content_scripts": [ { "js": [ "sites\/twitch\/twitch.js" ], "matches": [ "https:\/\/*.twitch.tv\/*" ] } ], "icons": { "128": "assets\/icons\/icon-128x128.png", "16": "assets\/icons\/icon-16x16.png", "32": "assets\/icons\/icon-32x32.png", "48": "assets\/icons\/icon-48x48.png" } } |