Twitch channel points auto clicker
Automatically click on the gift box when it appears, show the remaining time before the next box, display the total number of…
Qu'est-ce que Twitch channel points auto clicker ?
Twitch channel points auto clicker est une extension Chrome développée par ugo.P, et sa fonction principale est "Automatically click on the gift box when it appears, show the remaining time before the next box, display the total number of…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Twitch channel points auto clicker
Téléchargez les fichiers d'extension Twitch channel points auto clicker 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
Automatically click on the gift box when it appears, show the remaining time before the next box, display the total number of clicks made in the session and the hour of the last click.
Informations de Base sur l'Extension
Nom | |
ID | pcpdcimepgbgcaeaapkhllpompmmefod |
URL Officiel | https://chrome.google.com/webstore/detail/twitch-channel-points-aut/pcpdcimepgbgcaeaapkhllpompmmefod |
Description | Automatically click on the gift box when it appears, show the remaining time before the next box, display the total number of… |
Taille du Fichier | 5.56 KB |
Nombre d'Installations | 162 |
Version Actuelle | 1.15 |
Dernière Mise à Jour | 2022-01-30 |
Date de Publication | 2020-12-31 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | ugo.P |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitch channel points auto clicker", "version": "1.15", "content_scripts": [ { "matches": [ "*:\/\/www.twitch.tv\/*" ], "js": [ "ClickLoop.js", "Style.js", "CountDown.js" ] } ] } |