Twitch Auto Looter
Twitch Auto Channel points looter!
Apa itu Twitch Auto Looter?
Twitch Auto Looter adalah ekstensi Chrome yang dikembangkan oleh C4LLZ, dan fitur utamanya adalah "Twitch Auto Channel points looter!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Twitch Auto Looter
Unduh file ekstensi Twitch Auto Looter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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]
Informasi Dasar Ekstensi
Nama | Twitch Auto Looter |
ID | lfaegjjpmoccjblndpnlgkkaikkcjhhi |
URL Resmi | https://chromewebstore.google.com/detail/twitch-auto-looter/lfaegjjpmoccjblndpnlgkkaikkcjhhi |
Deskripsi | Twitch Auto Channel points looter! |
Ukuran File | 88.43 KB |
Jumlah Instalasi | 4,958 |
Versi Saat Ini | 2.0.0 |
Terakhir Diperbarui | 2020-12-21 |
Tanggal Publikasi | 2020-02-17 |
Penilaian | 4.20/5 Total 5 Penilaian |
Pengembang | C4LLZ |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } ] } |