Twitch Auto Looter
Twitch Auto Channel points looter!
Qu'est-ce que Twitch Auto Looter ?
Twitch Auto Looter est une extension Chrome développée par C4LLZ, et sa fonction principale est "Twitch Auto Channel points looter!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Twitch Auto Looter
Téléchargez les fichiers d'extension Twitch Auto Looter 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 extension is a auto looter for Twitch's Channel points. Features - Ability to be AFK and still get channel points. - Focus on the content you are watching without getting disturbed. - Multiple stream support. If you have any issues please contact me on my Github page or send me an email. Github : https://github.com/C4LLZ/TwitchLooter/issues Email : [email protected]
Informations de Base sur l'Extension
Nom | Twitch Auto Looter |
ID | lfaegjjpmoccjblndpnlgkkaikkcjhhi |
URL Officiel | https://chromewebstore.google.com/detail/twitch-auto-looter/lfaegjjpmoccjblndpnlgkkaikkcjhhi |
Description | Twitch Auto Channel points looter! |
Taille du Fichier | 88.43 KB |
Nombre d'Installations | 4,958 |
Version Actuelle | 2.0.0 |
Dernière Mise à Jour | 2020-12-21 |
Date de Publication | 2020-02-17 |
Évaluation | 4.20/5 Total 5 Évaluations |
Développeur | C4LLZ |
[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 Auto Looter", "version": "2.0.0", "description": "Twitch Auto Channel points looter!", "icons": { "128": "icon.png" }, "permissions": [ "https:\/\/*.twitch.tv\/*" ], "short_name": "Twitch Looter", "browser_action": { "default_icon": "icon.png", "default_title": "Twitch Auto Looter" }, "content_scripts": [ { "matches": [ "https:\/\/*.twitch.tv\/*" ], "js": [ "main.js", "jquery-3.3.1.min.js", "notify.min.js" ], "run_at": "document_end" } ] } |