Twitch Auto Looter
Twitch Auto Channel points looter!
Hvad er Twitch Auto Looter?
Twitch Auto Looter er en Chrome-udvidelse udviklet af C4LLZ, og dens hovedfunktion er "Twitch Auto Channel points looter!".
Udvidelsesskærmbilleder
Download Twitch Auto Looter-udvidelses-CRX-fil
Download Twitch Auto Looter-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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]
Grundlæggende oplysninger om udvidelsen
Navn | Twitch Auto Looter |
ID | lfaegjjpmoccjblndpnlgkkaikkcjhhi |
Officiel URL | https://chromewebstore.google.com/detail/twitch-auto-looter/lfaegjjpmoccjblndpnlgkkaikkcjhhi |
Beskrivelse | Twitch Auto Channel points looter! |
Filstørrelse | 88.43 KB |
Antal Installationer | 4,958 |
Nuværende Version | 2.0.0 |
Senest Opdateret | 2020-12-21 |
Udgivelsesdato | 2020-02-17 |
Bedømmelse | 4.20/5 Samlet 5 Bedømmelser |
Udvikler | C4LLZ |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } ] } |