Twitch Reward Claimer
Automatically claim twitch channel points rewards.
Qu'est-ce que Twitch Reward Claimer ?
Twitch Reward Claimer est une extension Chrome développée par Xenova, et sa fonction principale est "Automatically claim twitch channel points rewards.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Twitch Reward Claimer
Téléchargez les fichiers d'extension Twitch Reward Claimer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Tired of clicking "Click to claim a bonus!" to get channel points on twitch.tv? Use this Chrome extension to automatically claim channel point rewards.
Informations de Base sur l'Extension
Nom | |
ID | ebdhfgaeakejhkmikccanilmpadplhak |
URL Officiel | https://chrome.google.com/webstore/detail/twitch-reward-claimer/ebdhfgaeakejhkmikccanilmpadplhak |
Description | Automatically claim twitch channel points rewards. |
Taille du Fichier | 5.35 KB |
Nombre d'Installations | 743 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2020-10-04 |
Date de Publication | 2020-10-04 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | Xenova |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/xenova/twitch-reward-claimer |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitch Reward Claimer", "version": "1.0.0", "description": "Automatically claim twitch channel points rewards.", "short_name": "Twitch Reward Claimer", "permissions": [ "https:\/\/www.twitch.tv\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*" ], "js": [ "background.js" ] } ], "browser_action": { "default_title": "Twitch Reward Claimer", "default_popup": "popup.html", "default_icon": "icon.png" }, "homepage_url": "https:\/\/github.com\/xenova\/twitch-reward-claimer" } |