Channel Point and Drop Collector
Collects bonus channel points and claims Drops while watching a stream on Twitch.
Qu'est-ce que Channel Point and Drop Collector ?
Channel Point and Drop Collector est une extension Chrome développée par WeaselStorm, et sa fonction principale est "Collects bonus channel points and claims Drops while watching a stream on Twitch.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Channel Point and Drop Collector
Téléchargez les fichiers d'extension Channel Point and Drop Collector au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | ffnpmjlpaidhikgbhnjdhpcjcnlonigg |
URL Officiel | https://chrome.google.com/webstore/detail/channel-point-and-drop-co/ffnpmjlpaidhikgbhnjdhpcjcnlonigg |
Description | Collects bonus channel points and claims Drops while watching a stream on Twitch. |
Taille du Fichier | 11.4 KB |
Nombre d'Installations | 3,691 |
Version Actuelle | 0.0.10 |
Dernière Mise à Jour | 2022-01-02 |
Date de Publication | 2021-12-22 |
Évaluation | 3.57/5 Total 7 Évaluations |
Développeur | WeaselStorm |
[email protected] | |
Site Web de l'Extension | https://github.com/WeaselStorm/ChannelPointCollector |
URL de la Page d'Aide | https://github.com/WeaselStorm/ChannelPointCollector/issues |
Langues Prises en Charge | 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" ] } ] } |