Twitch Rewards collector for New World MMORPG

Auto collect rewards for twitch New world MMORPG

Co je Twitch Rewards collector for New World MMORPG?

Twitch Rewards collector for New World MMORPG je rozšíření Chrome vyvinuté Vishnu Gt, a jeho hlavní funkcí je „Auto collect rewards for twitch New world MMORPG“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Twitch Rewards collector for New World MMORPG

Stáhněte si soubory rozšíření Twitch Rewards collector for New World MMORPG ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Twitch Rewards collector for New World MMORPG Twitch Rewards collector for New World MMORPG
ID ofnhpknelkonflpgldcdbmnohibhdlll
Oficiální URL https://chromewebstore.google.com/detail/twitch-rewards-collector/ofnhpknelkonflpgldcdbmnohibhdlll
Popis Auto collect rewards for twitch New world MMORPG
Velikost souboru 6.87 KB
Počet instalací 20
Aktuální Verze 1.0.0
Poslední Aktualizace 2021-07-26
Datum Vydání 2021-07-26
Hodnocení 5.00/5 Celkem 6 Hodnocení
Vývojář Vishnu Gt
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/vishnugt/NewWorld-Twitch-Reward-Collector
Podporované Jazyky 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
        }
    ]
}