Auto Redeem Twitch Bonus
Automatically redeems bonus Channel Points
Was ist Auto Redeem Twitch Bonus?
Auto Redeem Twitch Bonus ist eine Chrome-Erweiterung, die von Alexandre Ramos - Vulgocode entwickelt wurde, und ihr Hauptmerkmal ist "Automatically redeems bonus Channel Points".
Erweiterungsscreenshots
Auto Redeem Twitch Bonus-Erweiterungs-CRX-Datei herunterladen
Laden Sie Auto Redeem Twitch Bonus-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Auto Redeem Twitch Bonus |
ID | leheoeognmlgfdljnhckphighdlpnpnd |
Offizielle URL | https://chromewebstore.google.com/detail/auto-redeem-twitch-bonus/leheoeognmlgfdljnhckphighdlpnpnd |
Beschreibung | Automatically redeems bonus Channel Points |
Dateigröße | 146 KB |
Installationsanzahl | 6,392 |
Aktuelle Version | 1.2.0 |
Letztes Update | 2020-09-03 |
Veröffentlichungsdatum | 2020-07-03 |
Bewertung | 3.11/5 Insgesamt 9 Bewertungen |
Entwickler | Alexandre Ramos - Vulgocode |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } ] } |