Twitch gift auto clicker
Auto click to claim +50 bonus channel points.
Apa itu Twitch gift auto clicker?
Twitch gift auto clicker adalah ekstensi Chrome yang dikembangkan oleh Nikita Madeev, dan fitur utamanya adalah "Auto click to claim +50 bonus channel points.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Twitch gift auto clicker
Unduh file ekstensi Twitch gift auto clicker 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
Auto click to claim +50 bonus channel points. The dotted stroke and an eyes emoji in the corner of the block with channel points indicates that the extension has started tracking points and will automatically click on a gift when it appears. ——————————————————— Source code and bug tracker https://github.com/NekitCorp/twitch-gift-auto-clicker
Informasi Dasar Ekstensi
Nama | Twitch gift auto clicker |
ID | bpmlmokbcfjnjodihdnobmaphhdoepdb |
URL Resmi | https://chromewebstore.google.com/detail/twitch-gift-auto-clicker/bpmlmokbcfjnjodihdnobmaphhdoepdb |
Deskripsi | Auto click to claim +50 bonus channel points. |
Ukuran File | 8 KB |
Jumlah Instalasi | 46 |
Versi Saat Ini | 2.2.0 |
Terakhir Diperbarui | 2023-10-19 |
Tanggal Publikasi | 2023-05-06 |
Penilaian | 4.67/5 Total 3 Penilaian |
Pengembang | Nikita Madeev |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/NekitCorp/twitch-gift-auto-clicker |
URL Halaman Bantuan | https://github.com/NekitCorp/twitch-gift-auto-clicker |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitch gift auto clicker", "description": "Auto click to claim +50 bonus channel points.", "version": "2.2.0", "manifest_version": 3, "icons": { "16": ".\/icons\/icon-16.png", "32": ".\/icons\/icon-32.png", "48": ".\/icons\/icon-48.png", "128": ".\/icons\/icon-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.twitch.tv\/*", "*:\/\/twitch.tv\/*" ], "js": [ "content_script.js" ] } ], "action": { "default_popup": "popup.html" }, "permissions": [ "storage" ] } |