Twitch Rewards collector for New World MMORPG

Auto collect rewards for twitch New world MMORPG

O que é Twitch Rewards collector for New World MMORPG?

Twitch Rewards collector for New World MMORPG é uma extensão do Chrome desenvolvida por Vishnu Gt, e sua principal característica é "Auto collect rewards for twitch New world MMORPG".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Twitch Rewards collector for New World MMORPG

Baixe arquivos de extensão Twitch Rewards collector for New World MMORPG no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Twitch Rewards collector for New World MMORPG Twitch Rewards collector for New World MMORPG
ID ofnhpknelkonflpgldcdbmnohibhdlll
URL Oficial https://chromewebstore.google.com/detail/twitch-rewards-collector/ofnhpknelkonflpgldcdbmnohibhdlll
Descrição Auto collect rewards for twitch New world MMORPG
Tamanho do Arquivo 6.87 KB
Contagem de Instalações 20
Versão Atual 1.0.0
Última Atualização 2021-07-26
Data de Publicação 2021-07-26
Classificação 5.00/5 Total de 6 Avaliações
Desenvolvedor Vishnu Gt
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/vishnugt/NewWorld-Twitch-Reward-Collector
Idiomas Suportados 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
        }
    ]
}