Twitch Rewards collector for New World MMORPG
Auto collect rewards for twitch New world MMORPG
What is Twitch Rewards collector for New World MMORPG?
Twitch Rewards collector for New World MMORPG is a Chrome extension developed by Vishnu Gt, and its main feature is "Auto collect rewards for twitch New world MMORPG".
Extension Screenshots
Download Twitch Rewards collector for New World MMORPG Extension CRX File
Download Twitch Rewards collector for New World MMORPG extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | ofnhpknelkonflpgldcdbmnohibhdlll |
Official URL | https://chromewebstore.google.com/detail/twitch-rewards-collector/ofnhpknelkonflpgldcdbmnohibhdlll |
Description | Auto collect rewards for twitch New world MMORPG |
File Size | 6.87 KB |
Installation Count | 20 |
Current Version | 1.0.0 |
Last Updated | 2021-07-26 |
Publish Date | 2021-07-26 |
Rating | 5.00/5 Total 6 Ratings |
Developer | Vishnu Gt |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/vishnugt/NewWorld-Twitch-Reward-Collector |
Supported Languages | 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 } ] } |