Twitch Rewards collector for New World MMORPG
Auto collect rewards for twitch New world MMORPG
Qu'est-ce que Twitch Rewards collector for New World MMORPG ?
Twitch Rewards collector for New World MMORPG est une extension Chrome développée par Vishnu Gt, et sa fonction principale est "Auto collect rewards for twitch New world MMORPG".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Twitch Rewards collector for New World MMORPG
Téléchargez les fichiers d'extension Twitch Rewards collector for New World MMORPG 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
Twitch Rewards collector for New World MMORPG. This extension keeps checking for new tiles like woods, potion, leather and other items added to the stream and clicks on it to collect the rewards. Github repo link: https://github.com/vishnugt/NewWorld-Twitch-Reward-Collector
Informations de Base sur l'Extension
Nom | |
ID | ofnhpknelkonflpgldcdbmnohibhdlll |
URL Officiel | https://chromewebstore.google.com/detail/twitch-rewards-collector/ofnhpknelkonflpgldcdbmnohibhdlll |
Description | Auto collect rewards for twitch New world MMORPG |
Taille du Fichier | 6.87 KB |
Nombre d'Installations | 20 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2021-07-26 |
Date de Publication | 2021-07-26 |
Évaluation | 5.00/5 Total 6 Évaluations |
Développeur | Vishnu Gt |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/vishnugt/NewWorld-Twitch-Reward-Collector |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitch Rewards collector for New World MMORPG", "version": "1.0.0", "manifest_version": 2, "description": "Auto collect rewards for twitch New world MMORPG", "homepage_url": "https:\/\/github.com\/vishnugt\/NewWorld-Twitch-Reward-Collector", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "https:\/\/www.twitch.tv\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.ext-twitch.tv\/*" ], "js": [ "inject.js" ], "all_frames": true } ] } |