Twitch - Auto Channel Points
Automatically collects Twitch.tv channel points
Apa itu Twitch - Auto Channel Points?
Twitch - Auto Channel Points adalah ekstensi Chrome yang dikembangkan oleh arnoutpullen, dan fitur utamanya adalah "Automatically collects Twitch.tv channel points".
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 collects Twitch.tv channel points, without you having to do anything. This way you can collect a lot of points while watching your favorite streamer(s)! If it doesn't work on your browser, I recommed to try the BetterTTV extension. https://chrome.google.com/webstore/detail/betterttv/ajopnjidmegmdimjlfnijceegpefgped
Informasi Dasar Ekstensi
Nama | Twitch - Auto Channel Points |
ID | pnifeididimfpaomnnellcfjnjmgoepk |
URL Resmi | https://chromewebstore.google.com/detail/twitch-auto-channel-point/pnifeididimfpaomnnellcfjnjmgoepk |
Deskripsi | Automatically collects Twitch.tv channel points |
Ukuran File | 19.93 KB |
Jumlah Instalasi | 14,799 |
Versi Saat Ini | 1.0.2 |
Terakhir Diperbarui | 2022-01-27 |
Tanggal Publikasi | 2020-04-07 |
Penilaian | 2.86/5 Total 36 Penilaian |
Pengembang | arnoutpullen |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/ArnoutPullen/TwitchAutoChannelPoints |
URL Halaman Bantuan | https://github.com/ArnoutPullen/TwitchAutoChannelPoints/issues |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitch - Auto Channel Points", "description": "Automatically collects Twitch.tv channel points", "version": "1.0.2", "author": "Arnout Pullen", "content_scripts": [ { "js": [ "sites\/twitch\/twitch.js" ], "matches": [ "https:\/\/*.twitch.tv\/*" ] } ], "icons": { "128": "assets\/icons\/icon-128x128.png", "16": "assets\/icons\/icon-16x16.png", "32": "assets\/icons\/icon-32x32.png", "48": "assets\/icons\/icon-48x48.png" } } |