Minimal Youtube theme

Make youtube boring and calm

Что такое Minimal Youtube theme?

Minimal Youtube theme - это расширение Chrome, разработанное Rafi, и его основная функция - "Make youtube boring and calm".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения Minimal Youtube theme

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

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

                        It hides some elements in the youtube to make it less distracting and more enjoyable.                    

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

Название Minimal Youtube theme Minimal Youtube theme
ID ccplmbjcmgejfkggenhjagijijklnacm
Официальный URL https://chromewebstore.google.com/detail/minimal-youtube-theme/ccplmbjcmgejfkggenhjagijijklnacm
Описание Make youtube boring and calm
Размер файла 26.36 KB
Количество установок 175
Текущая Версия 0.0.3
Последнее Обновление 2022-09-07
Дата публикации 2022-08-28
Рейтинг 5.00/5 Всего 3 оценок
Разработчик Rafi
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/Rafi993/minimal-youtube-theme
URL страницы помощи https://github.com/Rafi993/minimal-youtube-theme/issues
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Minimal Youtube theme",
    "description": "Make youtube boring and calm",
    "version": "0.0.3",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_end",
            "css": [
                "main.10a003bc.css"
            ],
            "js": [
                "main.da0dd1a7.js"
            ]
        }
    ],
    "action": {
        "default_title": "Options",
        "default_popup": "options.818d1ab0.html"
    },
    "icons": {
        "16": "icon16.cf8ed879.png",
        "32": "icon32.1f1b0c61.png",
        "48": "icon48.6b8809b5.png",
        "128": "icon128.12662906.png"
    }
}