Twitch Rewards collector for New World MMORPG

Auto collect rewards for twitch New world MMORPG

Cos'è Twitch Rewards collector for New World MMORPG?

Twitch Rewards collector for New World MMORPG è un'estensione di Chrome sviluppata da Vishnu Gt, e la sua funzione principale è "Auto collect rewards for twitch New world MMORPG".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Twitch Rewards collector for New World MMORPG

Scarica i file di estensione Twitch Rewards collector for New World MMORPG in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Twitch Rewards collector for New World MMORPG Twitch Rewards collector for New World MMORPG
ID ofnhpknelkonflpgldcdbmnohibhdlll
URL Ufficiale https://chromewebstore.google.com/detail/twitch-rewards-collector/ofnhpknelkonflpgldcdbmnohibhdlll
Descrizione Auto collect rewards for twitch New world MMORPG
Dimensione del File 6.87 KB
Conteggio Installazioni 20
Versione Corrente 1.0.0
Ultimo Aggiornamento 2021-07-26
Data di Pubblicazione 2021-07-26
Valutazione 5.00/5 Totale 6 Valutazioni
Sviluppatore Vishnu Gt
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/vishnugt/NewWorld-Twitch-Reward-Collector
Lingue Supportate 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
        }
    ]
}