Twitch Channel Points Auto Redeem
Automatically redeem the bonus channel points when the option pops up in twitch chat
Apa itu Twitch Channel Points Auto Redeem?
Twitch Channel Points Auto Redeem adalah ekstensi Chrome yang dikembangkan oleh Frank, dan fitur utamanya adalah "Automatically redeem the bonus channel points when the option pops up in twitch chat".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Twitch Channel Points Auto Redeem
Unduh file ekstensi Twitch Channel Points Auto Redeem 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
You can tell it is working because it will say "STREAM CHAT (AUTO ✅)" instead of just "STREAM CHAT" above the chat. It will take a few seconds to appear after a stream is loaded. Open source at https://github.com/FrankSalmick/twitch-autoredeem Report problems at https://github.com/FrankSalmick/twitch-autoredeem/issues
Informasi Dasar Ekstensi
Nama | Twitch Channel Points Auto Redeem |
ID | aklgphppnaannfmmijfggcckafbkbihi |
URL Resmi | https://chromewebstore.google.com/detail/twitch-channel-points-aut/aklgphppnaannfmmijfggcckafbkbihi |
Deskripsi | Automatically redeem the bonus channel points when the option pops up in twitch chat |
Ukuran File | 7.08 KB |
Jumlah Instalasi | 903 |
Versi Saat Ini | 20.12.23 |
Terakhir Diperbarui | 2020-12-24 |
Tanggal Publikasi | 2020-04-08 |
Penilaian | 4.80/5 Total 5 Penilaian |
Pengembang | Frank |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/FrankSalmick/twitch-autoredeem |
URL Halaman Bantuan | https://github.com/FrankSalmick/twitch-autoredeem/issues |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Automatically redeem the bonus channel points when the option pops up in twitch chat", "manifest_version": 2, "name": "Twitch Channel Points Auto Redeem", "short_name": "Channel Points Redeemer", "version": "20.12.23", "content_scripts": [ { "matches": [ "https:\/\/*.twitch.tv\/*" ], "js": [ "twitchAutoredeem.js" ], "run_at": "document_idle" } ], "icons": { "128": "icon128.png" } } |