Twitch Rewards collector for New World MMORPG
Auto collect rewards for twitch New world MMORPG
Hvad er Twitch Rewards collector for New World MMORPG?
Twitch Rewards collector for New World MMORPG er en Chrome-udvidelse udviklet af Vishnu Gt, og dens hovedfunktion er "Auto collect rewards for twitch New world MMORPG".
Udvidelsesskærmbilleder
Download Twitch Rewards collector for New World MMORPG-udvidelses-CRX-fil
Download Twitch Rewards collector for New World MMORPG-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | ofnhpknelkonflpgldcdbmnohibhdlll |
Officiel URL | https://chromewebstore.google.com/detail/twitch-rewards-collector/ofnhpknelkonflpgldcdbmnohibhdlll |
Beskrivelse | Auto collect rewards for twitch New world MMORPG |
Filstørrelse | 6.87 KB |
Antal Installationer | 20 |
Nuværende Version | 1.0.0 |
Senest Opdateret | 2021-07-26 |
Udgivelsesdato | 2021-07-26 |
Bedømmelse | 5.00/5 Samlet 6 Bedømmelser |
Udvikler | Vishnu Gt |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/vishnugt/NewWorld-Twitch-Reward-Collector |
Understøttede Sprog | 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 } ] } |