twitch stop autolay

Stopps the autoplay on the twitch frontpage

Что такое twitch stop autolay?

twitch stop autolay - это расширение Chrome, разработанное ApeWithCompiler, и его основная функция - "Stopps the autoplay on the twitch frontpage".

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

screenshot

Скачать файл CRX расширения twitch stop autolay

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

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

                        Annoyed getting screamed from the player on the twitch frontpage?
This plugin mutes and stops the player.                    

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

Название twitch stop autolay twitch stop autolay
ID ellafikcjlakbpanbejcpcgacedleoeo
Официальный URL https://chromewebstore.google.com/detail/twitch-stop-autolay/ellafikcjlakbpanbejcpcgacedleoeo
Описание Stopps the autoplay on the twitch frontpage
Размер файла 23.75 KB
Количество установок 53
Текущая Версия 1.0
Последнее Обновление 2022-06-27
Дата публикации 2022-06-27
Рейтинг 3.75/5 Всего 4 оценок
Разработчик ApeWithCompiler
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://gitlab.com/ApeWithCompiler/twitch-stop-autoplay
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "twitch stop autolay",
    "description": "Stopps the autoplay on the twitch frontpage",
    "version": "1.0",
    "manifest_version": 3,
    "permissions": [
        "scripting",
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/www.twitch.tv\/\/",
        "https:\/\/www.twitch.tv\/"
    ],
    "background": {
        "service_worker": "service.js"
    },
    "icons": {
        "16": "\/images\/icon16.png",
        "32": "\/images\/icon32.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    }
}