Twitch Channel Points Autoclicker (Lite)
Automatically claims 'Channel Points' on Twitch
Qu'est-ce que Twitch Channel Points Autoclicker (Lite) ?
Twitch Channel Points Autoclicker (Lite) est une extension Chrome développée par xinitrc, et sa fonction principale est "Automatically claims 'Channel Points' on Twitch".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Twitch Channel Points Autoclicker (Lite)
Téléchargez les fichiers d'extension Twitch Channel Points Autoclicker (Lite) 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 claims 'Channel Points' on Twitch for the channel you are watching. THIS IS A LITE VERSION OF: https://chrome.google.com/webstore/detail/pbeamibpehihpjljabhnchghlbneiane/ Changes from the main version: includes only content scripts, meaning the pages need to be reloaded for it to start working, and no additional features will be supported. As such, it requires NO PERMISSIONS from the user, like browsing history. Main extension is also available for Mozilla Firefox: https://addons.mozilla.org/en-GB/firefox/addon/twitch-points-autoclicker/ Note: May not be compatible with some twitch design changing extensions. Source code is available on GitHub: https://github.com/xinitrc-dev/twitch-points-autoclicker
Informations de Base sur l'Extension
Nom | Twitch Channel Points Autoclicker (Lite) |
ID | fapndfdannkgofolmaihpbigbolcobek |
URL Officiel | https://chromewebstore.google.com/detail/twitch-channel-points-aut/fapndfdannkgofolmaihpbigbolcobek |
Description | Automatically claims 'Channel Points' on Twitch |
Taille du Fichier | 19.56 KB |
Nombre d'Installations | 5,437 |
Version Actuelle | 1.3 |
Dernière Mise à Jour | 2021-05-05 |
Date de Publication | 2019-10-27 |
Évaluation | 4.20/5 Total 20 Évaluations |
Développeur | xinitrc |
[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 Autoclicker (Lite)", "description": "Automatically claims 'Channel Points' on Twitch", "version": "1.3", "icons": { "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.twitch.tv\/*" ], "js": [ "arrive-2.4.1.min.js", "twitch-clicker.js" ], "run_at": "document_end" } ] } |