ytClean | Modern YouTube Theme

A clean, modern look and feel for YouTube.

Что такое ytClean | Modern YouTube Theme?

ytClean | Modern YouTube Theme - это расширение Chrome, разработанное http://justinoboyle.com, и его основная функция - "A clean, modern look and feel for YouTube.".

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

screenshot
screenshot

Скачать файл CRX расширения ytClean | Modern YouTube Theme

Скачайте файлы расширений ytClean | Modern YouTube Theme в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        ytClean provides a new and refreshing experience to YouTube.

Features:
- Darker theme to go easier on the eyes.
- The entire watch page theme changes based on colors in thumbnail , meaning each video has their own look and feel.

ytClean is an evolving extension, that is looking for your feedback! Feel free to discuss new features in the comments or on the GitHub issues page!                    

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

Название ytClean | Modern YouTube Theme ytClean | Modern YouTube Theme
ID ibnledgdeclbdgjbjlmllphepfbopnmg
Официальный URL https://chrome.google.com/webstore/detail/ytclean-modern-youtube-th/ibnledgdeclbdgjbjlmllphepfbopnmg
Описание A clean, modern look and feel for YouTube.
Размер файла 293 KB
Количество установок 95
Текущая Версия 0.0.3
Последнее Обновление 2019-03-08
Дата публикации 2019-03-08
Рейтинг 3.50/5 Всего 14 оценок
Разработчик http://justinoboyle.com
Электронная почта [email protected]
Тип оплаты free
URL страницы помощи https://github.com/justinoboyle/ytClean/issues
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ytClean | Modern YouTube Theme",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "A clean, modern look and feel for YouTube.",
    "homepage_url": "https:\/\/github.com\/justinoboyle\/ytClean",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "https:\/\/www.youtube.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "inject.js"
            ]
        }
    ]
}