Twitch Rewards collector for New World MMORPG
Auto collect rewards for twitch New world MMORPG
Was ist Twitch Rewards collector for New World MMORPG?
Twitch Rewards collector for New World MMORPG ist eine Chrome-Erweiterung, die von Vishnu Gt entwickelt wurde, und ihr Hauptmerkmal ist "Auto collect rewards for twitch New world MMORPG".
Erweiterungsscreenshots
Twitch Rewards collector for New World MMORPG-Erweiterungs-CRX-Datei herunterladen
Laden Sie Twitch Rewards collector for New World MMORPG-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
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | ofnhpknelkonflpgldcdbmnohibhdlll |
Offizielle URL | https://chromewebstore.google.com/detail/twitch-rewards-collector/ofnhpknelkonflpgldcdbmnohibhdlll |
Beschreibung | Auto collect rewards for twitch New world MMORPG |
Dateigröße | 6.87 KB |
Installationsanzahl | 20 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2021-07-26 |
Veröffentlichungsdatum | 2021-07-26 |
Bewertung | 5.00/5 Insgesamt 6 Bewertungen |
Entwickler | Vishnu Gt |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/vishnugt/NewWorld-Twitch-Reward-Collector |
Unterstützte Sprachen | 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 } ] } |