Twitch Rewards collector for New World MMORPG

Auto collect rewards for twitch New world MMORPG

Wat is Twitch Rewards collector for New World MMORPG?

Twitch Rewards collector for New World MMORPG is een Chrome-extensie ontwikkeld door Vishnu Gt, en de belangrijkste functie is "Auto collect rewards for twitch New world MMORPG".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Twitch Rewards collector for New World MMORPG

Download Twitch Rewards collector for New World MMORPG-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Twitch Rewards collector for New World MMORPG Twitch Rewards collector for New World MMORPG
ID ofnhpknelkonflpgldcdbmnohibhdlll
Officiële URL https://chromewebstore.google.com/detail/twitch-rewards-collector/ofnhpknelkonflpgldcdbmnohibhdlll
Beschrijving Auto collect rewards for twitch New world MMORPG
Bestandsgrootte 6.87 KB
Aantal Installaties 20
Huidige Versie 1.0.0
Laatst Bijgewerkt 2021-07-26
Publicatiedatum 2021-07-26
Beoordeling 5.00/5 Totaal 6 Beoordelingen
Ontwikkelaar Vishnu Gt
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/vishnugt/NewWorld-Twitch-Reward-Collector
Ondersteunde Talen 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
        }
    ]
}