Minimal YouTube

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

Co to jest Minimal YouTube?

Minimal YouTube to rozszerzenie Chrome opracowane przez Ephraim Atta-Duncan, a jego główną funkcją jest „An extension for that replaces the YouTube UI with a minimal design containing no recommendations, shorts, or distractions.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Minimal YouTube

Pobierz pliki rozszerzeń Minimal YouTube w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Dopamine Free Youtube at your service                    

Podstawowe informacje o rozszerzeniu

Nazwa Minimal YouTube Minimal YouTube
ID imnffafnaoooaedkhappfhomnnpigogk
Oficjalny URL https://chromewebstore.google.com/detail/minimal-youtube/imnffafnaoooaedkhappfhomnnpigogk
Opis An extension for that replaces the YouTube UI with a minimal design containing no recommendations, shorts, or distractions.
Rozmiar pliku 216 KB
Liczba instalacji 4,330
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2022-10-20
Data Publikacji 2022-09-26
Ocena 4.76/5 Łącznie 42 Oceny
Deweloper Ephraim Atta-Duncan
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/dephraiim/minimal-youtube
Obsługiwane Języki 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\/*"
            ]
        }
    ]
}