Twitch Channel Points Auto-Clicker
Auto-click those channel point bonuses
Apa itu Twitch Channel Points Auto-Clicker?
Twitch Channel Points Auto-Clicker adalah ekstensi Chrome yang dikembangkan oleh trmcnvn, dan fitur utamanya adalah "Auto-click those channel point bonuses".
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
Auto-click those channel point bonuses on Twitch
Informasi Dasar Ekstensi
Nama | |
ID | mdlokilgafgmaeojenoidfpjcacpllap |
URL Resmi | https://chrome.google.com/webstore/detail/twitch-channel-points-aut/mdlokilgafgmaeojenoidfpjcacpllap |
Deskripsi | Auto-click those channel point bonuses |
Ukuran File | 11.37 KB |
Jumlah Instalasi | 30,000 |
Versi Saat Ini | 0.9 |
Terakhir Diperbarui | 2021-09-10 |
Tanggal Publikasi | 2019-11-04 |
Penilaian | 4.30/5 Total 61 Penilaian |
Pengembang | trmcnvn |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/trmcnvn/twitch-channel-points |
URL Halaman Bantuan | https://github.com/trmcnvn/twitch-channel-points/issues |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitch Channel Points Auto-Clicker", "description": "Auto-click those channel point bonuses", "version": "0.9", "homepage_url": "https:\/\/github.com\/trmcnvn\/twitch-channel-points", "icons": { "16": "resources\/16.png", "48": "resources\/48.png", "96": "resources\/96.png", "128": "resources\/128.png" }, "web_accessible_resources": [ "dist\/src\/auto-clicker.js" ], "content_scripts": [ { "matches": [ "*:\/\/*.twitch.tv\/*" ], "js": [ "dist\/src\/index.js" ], "run_at": "document_idle", "all_frames": true } ] } |