ytClean | Modern YouTube Theme

A clean, modern look and feel for YouTube.

Co je ytClean | Modern YouTube Theme?

ytClean | Modern YouTube Theme je rozšíření Chrome vyvinuté http://justinoboyle.com, a jeho hlavní funkcí je „A clean, modern look and feel for YouTube.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření ytClean | Modern YouTube Theme

Stáhněte si soubory rozšíření ytClean | Modern YouTube Theme ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název ytClean | Modern YouTube Theme ytClean | Modern YouTube Theme
ID ibnledgdeclbdgjbjlmllphepfbopnmg
Oficiální URL https://chrome.google.com/webstore/detail/ytclean-modern-youtube-th/ibnledgdeclbdgjbjlmllphepfbopnmg
Popis A clean, modern look and feel for YouTube.
Velikost souboru 293 KB
Počet instalací 95
Aktuální Verze 0.0.3
Poslední Aktualizace 2019-03-08
Datum Vydání 2019-03-08
Hodnocení 3.50/5 Celkem 14 Hodnocení
Vývojář http://justinoboyle.com
E-mail [email protected]
Typ Platby free
URL Stránky Nápovědy https://github.com/justinoboyle/ytClean/issues
Podporované Jazyky 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"
            ]
        }
    ]
}