Auto Redeem Twitch Bonus
Automatically redeems bonus Channel Points
Apa itu Auto Redeem Twitch Bonus?
Auto Redeem Twitch Bonus adalah ekstensi Chrome yang dikembangkan oleh Alexandre Ramos - Vulgocode, dan fitur utamanya adalah "Automatically redeems bonus Channel Points".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Auto Redeem Twitch Bonus
Unduh file ekstensi Auto Redeem Twitch Bonus 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 bonus channel points on Twitch.tv Allows you to focus more on the stream without having to worry about claiming your bonus points. If you have issues with the extension please email me or use the contact form on the website. Github: https://github.com/alexandreramosdev/auto-redeem-twitch-bonus * Donation * Pay me a Coffee so I can work harder :) Picpay - https://picpay.me/alexandre_ramos
Informasi Dasar Ekstensi
Nama | Auto Redeem Twitch Bonus |
ID | leheoeognmlgfdljnhckphighdlpnpnd |
URL Resmi | https://chromewebstore.google.com/detail/auto-redeem-twitch-bonus/leheoeognmlgfdljnhckphighdlpnpnd |
Deskripsi | Automatically redeems bonus Channel Points |
Ukuran File | 146 KB |
Jumlah Instalasi | 6,392 |
Versi Saat Ini | 1.2.0 |
Terakhir Diperbarui | 2020-09-03 |
Tanggal Publikasi | 2020-07-03 |
Penilaian | 3.11/5 Total 9 Penilaian |
Pengembang | Alexandre Ramos - Vulgocode |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto Redeem Twitch Bonus", "version": "1.2.0", "description": "Automatically redeems bonus Channel Points", "manifest_version": 2, "icons": { "16": "icon128.png", "48": "icon128.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.twitch.tv\/*" ], "js": [ "autoRedeemTwitchBonus.js" ] } ] } |