Twitch channel points auto clicker
Automatically click on the gift box when it appears, show the remaining time before the next box, display the total number of…
Apa itu Twitch channel points auto clicker?
Twitch channel points auto clicker adalah ekstensi Chrome yang dikembangkan oleh ugo.P, dan fitur utamanya adalah "Automatically click on the gift box when it appears, show the remaining time before the next box, display the total number of…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Twitch channel points auto clicker
Unduh file ekstensi Twitch channel points 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
Automatically click on the gift box when it appears, show the remaining time before the next box, display the total number of clicks made in the session and the hour of the last click.
Informasi Dasar Ekstensi
Nama | |
ID | pcpdcimepgbgcaeaapkhllpompmmefod |
URL Resmi | https://chrome.google.com/webstore/detail/twitch-channel-points-aut/pcpdcimepgbgcaeaapkhllpompmmefod |
Deskripsi | Automatically click on the gift box when it appears, show the remaining time before the next box, display the total number of… |
Ukuran File | 5.56 KB |
Jumlah Instalasi | 162 |
Versi Saat Ini | 1.15 |
Terakhir Diperbarui | 2022-01-30 |
Tanggal Publikasi | 2020-12-31 |
Penilaian | 1.00/5 Total 1 Penilaian |
Pengembang | ugo.P |
[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 channel points auto clicker", "version": "1.15", "content_scripts": [ { "matches": [ "*:\/\/www.twitch.tv\/*" ], "js": [ "ClickLoop.js", "Style.js", "CountDown.js" ] } ] } |