Minimal YouTube

An extension for that replaces the YouTube UI with a minimal design containing no recommendations, shorts, or distractions.

Co je Minimal YouTube?

Minimal YouTube je rozšíření Chrome vyvinuté Ephraim Atta-Duncan, a jeho hlavní funkcí je „An extension for that replaces the YouTube UI with a minimal design containing no recommendations, shorts, or distractions.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Minimal YouTube

Stáhněte si soubory rozšíření Minimal YouTube 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í

                        Dopamine Free Youtube at your service                    

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

Název Minimal YouTube Minimal YouTube
ID imnffafnaoooaedkhappfhomnnpigogk
Oficiální URL https://chromewebstore.google.com/detail/minimal-youtube/imnffafnaoooaedkhappfhomnnpigogk
Popis An extension for that replaces the YouTube UI with a minimal design containing no recommendations, shorts, or distractions.
Velikost souboru 216 KB
Počet instalací 4,330
Aktuální Verze 1.0.0
Poslední Aktualizace 2022-10-20
Datum Vydání 2022-09-26
Hodnocení 4.76/5 Celkem 42 Hodnocení
Vývojář Ephraim Atta-Duncan
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/dephraiim/minimal-youtube
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Minimal YouTube",
    "version": "1.0.0",
    "description": "An extension for that replaces the YouTube UI with a minimal design containing no recommendations, shorts, or distractions.",
    "author": "Ephraim Atta-Duncan",
    "icons": {
        "16": "assets\/16x16.png",
        "48": "assets\/48x48.png",
        "128": "assets\/128x128.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ]
        }
    ]
}