Twitch Auto Looter
Twitch Auto Channel points looter!
Wat is Twitch Auto Looter?
Twitch Auto Looter is een Chrome-extensie ontwikkeld door C4LLZ, en de belangrijkste functie is "Twitch Auto Channel points looter!".
Extensie Screenshots
Download het CRX-bestand van de extensie Twitch Auto Looter
Download Twitch Auto Looter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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]
Basisinformatie over de Extensie
Naam | Twitch Auto Looter |
ID | lfaegjjpmoccjblndpnlgkkaikkcjhhi |
Officiële URL | https://chromewebstore.google.com/detail/twitch-auto-looter/lfaegjjpmoccjblndpnlgkkaikkcjhhi |
Beschrijving | Twitch Auto Channel points looter! |
Bestandsgrootte | 88.43 KB |
Aantal Installaties | 4,958 |
Huidige Versie | 2.0.0 |
Laatst Bijgewerkt | 2020-12-21 |
Publicatiedatum | 2020-02-17 |
Beoordeling | 4.20/5 Totaal 5 Beoordelingen |
Ontwikkelaar | C4LLZ |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } ] } |