ytClean | Modern YouTube Theme

A clean, modern look and feel for YouTube.

Wat is ytClean | Modern YouTube Theme?

ytClean | Modern YouTube Theme is een Chrome-extensie ontwikkeld door http://justinoboyle.com, en de belangrijkste functie is "A clean, modern look and feel for YouTube.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie ytClean | Modern YouTube Theme

Download ytClean | Modern YouTube Theme-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam ytClean | Modern YouTube Theme ytClean | Modern YouTube Theme
ID ibnledgdeclbdgjbjlmllphepfbopnmg
Officiële URL https://chrome.google.com/webstore/detail/ytclean-modern-youtube-th/ibnledgdeclbdgjbjlmllphepfbopnmg
Beschrijving A clean, modern look and feel for YouTube.
Bestandsgrootte 293 KB
Aantal Installaties 95
Huidige Versie 0.0.3
Laatst Bijgewerkt 2019-03-08
Publicatiedatum 2019-03-08
Beoordeling 3.50/5 Totaal 14 Beoordelingen
Ontwikkelaar http://justinoboyle.com
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://github.com/justinoboyle/ytClean/issues
Ondersteunde Talen 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"
            ]
        }
    ]
}