Twitch - Auto Channel Points

Automatically collects Twitch.tv channel points

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

Twitch - Auto Channel Points - это расширение Chrome, разработанное arnoutpullen, и его основная функция - "Automatically collects Twitch.tv channel points".

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

screenshot

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

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

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

                        Automatically collects Twitch.tv channel points, without you having to do anything. This way you can collect a lot of points while watching your favorite streamer(s)!

If it doesn't work on your browser, I recommed to try the BetterTTV extension.
https://chrome.google.com/webstore/detail/betterttv/ajopnjidmegmdimjlfnijceegpefgped                    

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

Название Twitch - Auto Channel Points Twitch - Auto Channel Points
ID pnifeididimfpaomnnellcfjnjmgoepk
Официальный URL https://chromewebstore.google.com/detail/twitch-auto-channel-point/pnifeididimfpaomnnellcfjnjmgoepk
Описание Automatically collects Twitch.tv channel points
Размер файла 19.93 KB
Количество установок 14,799
Текущая Версия 1.0.2
Последнее Обновление 2022-01-27
Дата публикации 2020-04-07
Рейтинг 2.86/5 Всего 36 оценок
Разработчик arnoutpullen
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/ArnoutPullen/TwitchAutoChannelPoints
URL страницы помощи https://github.com/ArnoutPullen/TwitchAutoChannelPoints/issues
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch - Auto Channel Points",
    "description": "Automatically collects Twitch.tv channel points",
    "version": "1.0.2",
    "author": "Arnout Pullen",
    "content_scripts": [
        {
            "js": [
                "sites\/twitch\/twitch.js"
            ],
            "matches": [
                "https:\/\/*.twitch.tv\/*"
            ]
        }
    ],
    "icons": {
        "128": "assets\/icons\/icon-128x128.png",
        "16": "assets\/icons\/icon-16x16.png",
        "32": "assets\/icons\/icon-32x32.png",
        "48": "assets\/icons\/icon-48x48.png"
    }
}