Twitch Rewards collector for New World MMORPG

Auto collect rewards for twitch New world MMORPG

Что такое Twitch Rewards collector for New World MMORPG?

Twitch Rewards collector for New World MMORPG - это расширение Chrome, разработанное Vishnu Gt, и его основная функция - "Auto collect rewards for twitch New world MMORPG".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Twitch Rewards collector for New World MMORPG

Скачайте файлы расширений Twitch Rewards collector for New World MMORPG в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название Twitch Rewards collector for New World MMORPG Twitch Rewards collector for New World MMORPG
ID ofnhpknelkonflpgldcdbmnohibhdlll
Официальный URL https://chromewebstore.google.com/detail/twitch-rewards-collector/ofnhpknelkonflpgldcdbmnohibhdlll
Описание Auto collect rewards for twitch New world MMORPG
Размер файла 6.87 KB
Количество установок 20
Текущая Версия 1.0.0
Последнее Обновление 2021-07-26
Дата публикации 2021-07-26
Рейтинг 5.00/5 Всего 6 оценок
Разработчик Vishnu Gt
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/vishnugt/NewWorld-Twitch-Reward-Collector
Поддерживаемые языки 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
        }
    ]
}