Auto Redeem Twitch Bonus
Automatically redeems bonus Channel Points
Vad är Auto Redeem Twitch Bonus?
Auto Redeem Twitch Bonus är en Chrome-tillägg utvecklad av Alexandre Ramos - Vulgocode, och dess huvudfunktion är "Automatically redeems bonus Channel Points".
Tilläggsskärmbilder
Ladda ner Auto Redeem Twitch Bonus-förlängningens CRX-fil
Ladda ner Auto Redeem Twitch Bonus-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Auto Redeem Twitch Bonus |
ID | leheoeognmlgfdljnhckphighdlpnpnd |
Officiell webbadress | https://chromewebstore.google.com/detail/auto-redeem-twitch-bonus/leheoeognmlgfdljnhckphighdlpnpnd |
Beskrivning | Automatically redeems bonus Channel Points |
Filstorlek | 146 KB |
Antal Installationer | 6,392 |
Aktuell Version | 1.2.0 |
Senast Uppdaterad | 2020-09-03 |
Publiceringsdatum | 2020-07-03 |
Betyg | 3.11/5 Totalt 9 Betyg |
Utvecklare | Alexandre Ramos - Vulgocode |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } ] } |