Twitch Auto Channel Points Collector
Automatically collect channel points while you are watching someone on twitch.tv!
Qu'est-ce que Twitch Auto Channel Points Collector ?
Twitch Auto Channel Points Collector est une extension Chrome développée par https://jerejacobson.com, et sa fonction principale est "Automatically collect channel points while you are watching someone on twitch.tv!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Twitch Auto Channel Points Collector
Téléchargez les fichiers d'extension Twitch Auto Channel Points 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
This is an extension for twitch.tv that will auto click on channel point gifts for you.
Informations de Base sur l'Extension
Nom | Twitch Auto Channel Points Collector |
ID | jhkcenchneiejpdcglhdodfokjabojfp |
URL Officiel | https://chromewebstore.google.com/detail/twitch-auto-channel-point/jhkcenchneiejpdcglhdodfokjabojfp |
Description | Automatically collect channel points while you are watching someone on twitch.tv! |
Taille du Fichier | 46.46 KB |
Nombre d'Installations | 153 |
Version Actuelle | 0.0.0.2 |
Dernière Mise à Jour | 2022-02-01 |
Date de Publication | 2022-01-14 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://jerejacobson.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.jerejacobson.com/posts/buildchromeextension/ |
Langues Prises en Charge | 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" } } |