ytClean | Modern YouTube Theme

A clean, modern look and feel for YouTube.

Cos'è ytClean | Modern YouTube Theme?

ytClean | Modern YouTube Theme è un'estensione di Chrome sviluppata da http://justinoboyle.com, e la sua funzione principale è "A clean, modern look and feel for YouTube.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione ytClean | Modern YouTube Theme

Scarica i file di estensione ytClean | Modern YouTube Theme in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome ytClean | Modern YouTube Theme ytClean | Modern YouTube Theme
ID ibnledgdeclbdgjbjlmllphepfbopnmg
URL Ufficiale https://chrome.google.com/webstore/detail/ytclean-modern-youtube-th/ibnledgdeclbdgjbjlmllphepfbopnmg
Descrizione A clean, modern look and feel for YouTube.
Dimensione del File 293 KB
Conteggio Installazioni 95
Versione Corrente 0.0.3
Ultimo Aggiornamento 2019-03-08
Data di Pubblicazione 2019-03-08
Valutazione 3.50/5 Totale 14 Valutazioni
Sviluppatore http://justinoboyle.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://github.com/justinoboyle/ytClean/issues
Lingue Supportate 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"
            ]
        }
    ]
}