Twitch Auto Channel Points Collector
Automatically collect channel points while you are watching someone on twitch.tv!
Cos'è Twitch Auto Channel Points Collector?
Twitch Auto Channel Points Collector è un'estensione di Chrome sviluppata da https://jerejacobson.com, e la sua funzione principale è "Automatically collect channel points while you are watching someone on twitch.tv!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Twitch Auto Channel Points Collector
Scarica i file di estensione Twitch Auto Channel Points 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
This is an extension for twitch.tv that will auto click on channel point gifts for you.
Informazioni di Base sull'Estensione
Nome | Twitch Auto Channel Points Collector |
ID | jhkcenchneiejpdcglhdodfokjabojfp |
URL Ufficiale | https://chromewebstore.google.com/detail/twitch-auto-channel-point/jhkcenchneiejpdcglhdodfokjabojfp |
Descrizione | Automatically collect channel points while you are watching someone on twitch.tv! |
Dimensione del File | 46.46 KB |
Conteggio Installazioni | 153 |
Versione Corrente | 0.0.0.2 |
Ultimo Aggiornamento | 2022-02-01 |
Data di Pubblicazione | 2022-01-14 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://jerejacobson.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.jerejacobson.com/posts/buildchromeextension/ |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitch Auto Channel Points Collector", "description": "Automatically collect channel points while you are watching someone on twitch.tv!", "version": "0.0.0.2", "manifest_version": 3, "permissions": [ "storage" ], "action": { "default_popup": "popup.html", "css": [ "style.css" ], "default_icon": { "16": "\/images\/channel16.png", "32": "\/images\/channel32.png", "48": "\/images\/channel48.png", "128": "\/images\/channel128.png" } }, "content_scripts": [ { "matches": [ "https:\/\/*.twitch.tv\/*" ], "js": [ "thirdParty\/jquery-3.6.0.min.js", "content-script.js" ] } ], "icons": { "16": "\/images\/channel16.png", "32": "\/images\/channel32.png", "48": "\/images\/channel48.png", "128": "\/images\/channel128.png" } } |