Twitch gift auto clicker
Auto click to claim +50 bonus channel points.
Qu'est-ce que Twitch gift auto clicker ?
Twitch gift auto clicker est une extension Chrome développée par Nikita Madeev, et sa fonction principale est "Auto click to claim +50 bonus channel points.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Twitch gift auto clicker
Téléchargez les fichiers d'extension Twitch gift 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
Auto click to claim +50 bonus channel points. The dotted stroke and an eyes emoji in the corner of the block with channel points indicates that the extension has started tracking points and will automatically click on a gift when it appears. ——————————————————— Source code and bug tracker https://github.com/NekitCorp/twitch-gift-auto-clicker
Informations de Base sur l'Extension
Nom | Twitch gift auto clicker |
ID | bpmlmokbcfjnjodihdnobmaphhdoepdb |
URL Officiel | https://chromewebstore.google.com/detail/twitch-gift-auto-clicker/bpmlmokbcfjnjodihdnobmaphhdoepdb |
Description | Auto click to claim +50 bonus channel points. |
Taille du Fichier | 8 KB |
Nombre d'Installations | 46 |
Version Actuelle | 2.2.0 |
Dernière Mise à Jour | 2023-10-19 |
Date de Publication | 2023-05-06 |
Évaluation | 4.67/5 Total 3 Évaluations |
Développeur | Nikita Madeev |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/NekitCorp/twitch-gift-auto-clicker |
URL de la Page d'Aide | https://github.com/NekitCorp/twitch-gift-auto-clicker |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitch gift auto clicker", "description": "Auto click to claim +50 bonus channel points.", "version": "2.2.0", "manifest_version": 3, "icons": { "16": ".\/icons\/icon-16.png", "32": ".\/icons\/icon-32.png", "48": ".\/icons\/icon-48.png", "128": ".\/icons\/icon-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.twitch.tv\/*", "*:\/\/twitch.tv\/*" ], "js": [ "content_script.js" ] } ], "action": { "default_popup": "popup.html" }, "permissions": [ "storage" ] } |