Twitch Rewards collector for New World MMORPG

Auto collect rewards for twitch New world MMORPG

Co to jest Twitch Rewards collector for New World MMORPG?

Twitch Rewards collector for New World MMORPG to rozszerzenie Chrome opracowane przez Vishnu Gt, a jego główną funkcją jest „Auto collect rewards for twitch New world MMORPG”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Twitch Rewards collector for New World MMORPG

Pobierz pliki rozszerzeń Twitch Rewards collector for New World MMORPG w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Twitch Rewards collector for New World MMORPG Twitch Rewards collector for New World MMORPG
ID ofnhpknelkonflpgldcdbmnohibhdlll
Oficjalny URL https://chromewebstore.google.com/detail/twitch-rewards-collector/ofnhpknelkonflpgldcdbmnohibhdlll
Opis Auto collect rewards for twitch New world MMORPG
Rozmiar pliku 6.87 KB
Liczba instalacji 20
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2021-07-26
Data Publikacji 2021-07-26
Ocena 5.00/5 Łącznie 6 Oceny
Deweloper Vishnu Gt
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/vishnugt/NewWorld-Twitch-Reward-Collector
Obsługiwane Języki 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
        }
    ]
}