Twitch Auto Channel Points
Automatically collects twitch channel points for you!
Apa itu Twitch Auto Channel Points?
Twitch Auto Channel Points adalah ekstensi Chrome yang dikembangkan oleh joelkerfoot, dan fitur utamanya adalah "Automatically collects twitch channel points for you!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Twitch Auto Channel Points
Unduh file ekstensi Twitch Auto Channel Points 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 claims Channel Points on all twitch streams. Works on multiple tabs. View the source: https://github.com/kerfootj/twitch-auto-points
Informasi Dasar Ekstensi
Nama | |
ID | ohokfmiofkajalkbbdjbjlfbociflmfd |
URL Resmi | https://chrome.google.com/webstore/detail/twitch-auto-channel-point/ohokfmiofkajalkbbdjbjlfbociflmfd |
Deskripsi | Automatically collects twitch channel points for you! |
Ukuran File | 6.07 KB |
Jumlah Instalasi | 20,000 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2020-01-13 |
Tanggal Publikasi | 2020-01-13 |
Penilaian | 3.69/5 Total 26 Penilaian |
Pengembang | joelkerfoot |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/kerfootj/twitch-auto-points |
URL Halaman Bantuan | https://github.com/kerfootj/twitch-auto-points/issues |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitch Auto Channel Points", "version": "1.0.0", "description": "Automatically collects twitch channel points for you!", "manifest_version": 2, "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "*:\/\/*.twitch.tv\/*" ], "js": [ "points.js" ] } ], "icons": { "128": "icon.png", "48": "icon.png" } } |