Twitch Points Chest Clicker
Clicks the twitch points chest automatically for you.
Qu'est-ce que Twitch Points Chest Clicker ?
Twitch Points Chest Clicker est une extension Chrome développée par Clinton, et sa fonction principale est "Clicks the twitch points chest automatically for you.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Twitch Points Chest Clicker
Téléchargez les fichiers d'extension Twitch Points Chest 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 clicks the points chest for twitch streams. Checks every 15 seconds.
Informations de Base sur l'Extension
Nom | |
ID | lmnekimpcncfaincbkgnbmbjcnkncpff |
URL Officiel | https://chrome.google.com/webstore/detail/twitch-points-chest-click/lmnekimpcncfaincbkgnbmbjcnkncpff |
Description | Clicks the twitch points chest automatically for you. |
Taille du Fichier | 18.34 KB |
Nombre d'Installations | 91 |
Version Actuelle | 0.3 |
Dernière Mise à Jour | 2020-12-21 |
Date de Publication | 2020-05-02 |
Développeur | Clinton |
[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 Points Chest Clicker", "version": "0.3", "description": "Clicks the twitch points chest automatically for you.", "icons": { "48": "icons\/treasure_Chest_48.png", "96": "icons\/treasure_Chest_96.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.twitch.tv\/*" ], "js": [ "twitch_points.js" ] } ] } |