Twitch Coin Collector

A Chrome Extension to collect the twitch channel points automatically.

Что такое Twitch Coin Collector?

Twitch Coin Collector - это расширение Chrome, разработанное Rene B., и его основная функция - "A Chrome Extension to collect the twitch channel points automatically.".

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

screenshot

Скачать файл CRX расширения Twitch Coin Collector

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

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

                        With this chrome extension you can collect the twitch channel rewards automatically.                    

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

Название Twitch Coin Collector Twitch Coin Collector
ID kjfhmebpccbcooagfbfgddoebmkmclmb
Официальный URL https://chromewebstore.google.com/detail/twitch-coin-collector/kjfhmebpccbcooagfbfgddoebmkmclmb
Описание A Chrome Extension to collect the twitch channel points automatically.
Размер файла 16.42 KB
Количество установок 55
Текущая Версия 0.1.0
Последнее Обновление 2022-04-28
Дата публикации 2022-04-28
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Rene B.
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Twitch Coin Collector",
    "description": "A Chrome Extension to collect the twitch channel points automatically.",
    "version": "0.1.0",
    "action": {
        "default_icon": "assets\/coin_click_64.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}