Twitch Auto Looter
Twitch Auto Channel points looter!
Co to jest Twitch Auto Looter?
Twitch Auto Looter to rozszerzenie Chrome opracowane przez C4LLZ, a jego główną funkcją jest „Twitch Auto Channel points looter!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Twitch Auto Looter
Pobierz pliki rozszerzeń Twitch Auto Looter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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]
Podstawowe informacje o rozszerzeniu
Nazwa | Twitch Auto Looter |
ID | lfaegjjpmoccjblndpnlgkkaikkcjhhi |
Oficjalny URL | https://chromewebstore.google.com/detail/twitch-auto-looter/lfaegjjpmoccjblndpnlgkkaikkcjhhi |
Opis | Twitch Auto Channel points looter! |
Rozmiar pliku | 88.43 KB |
Liczba instalacji | 4,958 |
Aktualna Wersja | 2.0.0 |
Ostatnia Aktualizacja | 2020-12-21 |
Data Publikacji | 2020-02-17 |
Ocena | 4.20/5 Łącznie 5 Oceny |
Deweloper | C4LLZ |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } ] } |