ytClean | Modern YouTube Theme

A clean, modern look and feel for YouTube.

Hvad er ytClean | Modern YouTube Theme?

ytClean | Modern YouTube Theme er en Chrome-udvidelse udviklet af http://justinoboyle.com, og dens hovedfunktion er "A clean, modern look and feel for YouTube.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download ytClean | Modern YouTube Theme-udvidelses-CRX-fil

Download ytClean | Modern YouTube Theme-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn ytClean | Modern YouTube Theme ytClean | Modern YouTube Theme
ID ibnledgdeclbdgjbjlmllphepfbopnmg
Officiel URL https://chrome.google.com/webstore/detail/ytclean-modern-youtube-th/ibnledgdeclbdgjbjlmllphepfbopnmg
Beskrivelse A clean, modern look and feel for YouTube.
Filstørrelse 293 KB
Antal Installationer 95
Nuværende Version 0.0.3
Senest Opdateret 2019-03-08
Udgivelsesdato 2019-03-08
Bedømmelse 3.50/5 Samlet 14 Bedømmelser
Udvikler http://justinoboyle.com
E-mail [email protected]
Betalingsmetode free
Hjælpeside-URL https://github.com/justinoboyle/ytClean/issues
Understøttede Sprog 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"
            ]
        }
    ]
}