Channel Point and Drop Collector
Collects bonus channel points and claims Drops while watching a stream on Twitch.
Cos'è Channel Point and Drop Collector?
Channel Point and Drop Collector è un'estensione di Chrome sviluppata da WeaselStorm, e la sua funzione principale è "Collects bonus channel points and claims Drops while watching a stream on Twitch.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Channel Point and Drop Collector
Scarica i file di estensione Channel Point and Drop 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
Collects bonus channel points while watching your favorite streamers and claims any Drops from the new Twitch Drops and Inventory system automatically. Simply open the stream you wish to claim drops from and let the extension do the rest.
Informazioni di Base sull'Estensione
Nome | |
ID | ffnpmjlpaidhikgbhnjdhpcjcnlonigg |
URL Ufficiale | https://chrome.google.com/webstore/detail/channel-point-and-drop-co/ffnpmjlpaidhikgbhnjdhpcjcnlonigg |
Descrizione | Collects bonus channel points and claims Drops while watching a stream on Twitch. |
Dimensione del File | 11.4 KB |
Conteggio Installazioni | 3,691 |
Versione Corrente | 0.0.10 |
Ultimo Aggiornamento | 2022-01-02 |
Data di Pubblicazione | 2021-12-22 |
Valutazione | 3.57/5 Totale 7 Valutazioni |
Sviluppatore | WeaselStorm |
[email protected] | |
Sito Web dell'Estensione | https://github.com/WeaselStorm/ChannelPointCollector |
URL della Pagina di Aiuto | https://github.com/WeaselStorm/ChannelPointCollector/issues |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Channel Point and Drop Collector", "version": "0.0.10", "description": "Collects bonus channel points and claims Drops while watching a stream on Twitch.", "icons": { "128": "icon128.png", "64": "icon64.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*" ], "js": [ "js\/interaction.js" ] } ] } |