ytClean | Modern YouTube Theme

A clean, modern look and feel for YouTube.

Vad är ytClean | Modern YouTube Theme?

ytClean | Modern YouTube Theme är en Chrome-tillägg utvecklad av http://justinoboyle.com, och dess huvudfunktion är "A clean, modern look and feel for YouTube.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner ytClean | Modern YouTube Theme-förlängningens CRX-fil

Ladda ner ytClean | Modern YouTube Theme-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn ytClean | Modern YouTube Theme ytClean | Modern YouTube Theme
ID ibnledgdeclbdgjbjlmllphepfbopnmg
Officiell webbadress https://chrome.google.com/webstore/detail/ytclean-modern-youtube-th/ibnledgdeclbdgjbjlmllphepfbopnmg
Beskrivning A clean, modern look and feel for YouTube.
Filstorlek 293 KB
Antal Installationer 95
Aktuell Version 0.0.3
Senast Uppdaterad 2019-03-08
Publiceringsdatum 2019-03-08
Betyg 3.50/5 Totalt 14 Betyg
Utvecklare http://justinoboyle.com
E-post [email protected]
Betalningssätt free
Hjälpsida URL https://github.com/justinoboyle/ytClean/issues
Stödda Språk 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"
            ]
        }
    ]
}