Twitch Channel Points Auto Clicker

Auto clicks the Channel Points bonus chest for you, so you can watch streams in peace.

Что такое Twitch Channel Points Auto Clicker?

Twitch Channel Points Auto Clicker - это расширение Chrome, разработанное https://raven.fo, и его основная функция - "Auto clicks the Channel Points bonus chest for you, so you can watch streams in peace.".

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

screenshot

Скачать файл CRX расширения Twitch Channel Points Auto Clicker

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

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

                        Auto clicks the Channel Points bonus chest for you, so you can watch streams in peace.

Make sure to refresh Twitch after installing the extension.                    

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

Название Twitch Channel Points Auto Clicker Twitch Channel Points Auto Clicker
ID jdpblpklojajpopllbckephjndibljbc
Официальный URL https://chromewebstore.google.com/detail/twitch-channel-points-aut/jdpblpklojajpopllbckephjndibljbc
Описание Auto clicks the Channel Points bonus chest for you, so you can watch streams in peace.
Размер файла 86.97 KB
Количество установок 154,328
Текущая Версия 0.0.13
Последнее Обновление 2022-06-18
Дата публикации 2020-06-17
Рейтинг 4.16/5 Всего 152 оценок
Разработчик https://raven.fo
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Channel Points Auto Clicker",
    "short_name": "TCPAC",
    "version": "0.0.13",
    "description": "Auto clicks the Channel Points bonus chest for you, so you can watch streams in peace.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "badge.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": [],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}