Auto Redeem Twitch Bonus
Automatically redeems bonus Channel Points
Hvad er Auto Redeem Twitch Bonus?
Auto Redeem Twitch Bonus er en Chrome-udvidelse udviklet af Alexandre Ramos - Vulgocode, og dens hovedfunktion er "Automatically redeems bonus Channel Points".
Udvidelsesskærmbilleder
Download Auto Redeem Twitch Bonus-udvidelses-CRX-fil
Download Auto Redeem Twitch Bonus-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Auto Redeem Twitch Bonus |
ID | leheoeognmlgfdljnhckphighdlpnpnd |
Officiel URL | https://chromewebstore.google.com/detail/auto-redeem-twitch-bonus/leheoeognmlgfdljnhckphighdlpnpnd |
Beskrivelse | Automatically redeems bonus Channel Points |
Filstørrelse | 146 KB |
Antal Installationer | 6,392 |
Nuværende Version | 1.2.0 |
Senest Opdateret | 2020-09-03 |
Udgivelsesdato | 2020-07-03 |
Bedømmelse | 3.11/5 Samlet 9 Bedømmelser |
Udvikler | Alexandre Ramos - Vulgocode |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } ] } |