Minimal YouTube

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

Vad är Minimal YouTube?

Minimal YouTube är en Chrome-tillägg utvecklad av Ephraim Atta-Duncan, och dess huvudfunktion är "An extension for that replaces the YouTube UI with a minimal design containing no recommendations, shorts, or distractions.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Minimal YouTube-förlängningens CRX-fil

Ladda ner Minimal YouTube-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

                        Dopamine Free Youtube at your service                    

Grundläggande Information om Tillägg

Namn Minimal YouTube Minimal YouTube
ID imnffafnaoooaedkhappfhomnnpigogk
Officiell webbadress https://chromewebstore.google.com/detail/minimal-youtube/imnffafnaoooaedkhappfhomnnpigogk
Beskrivning An extension for that replaces the YouTube UI with a minimal design containing no recommendations, shorts, or distractions.
Filstorlek 216 KB
Antal Installationer 4,330
Aktuell Version 1.0.0
Senast Uppdaterad 2022-10-20
Publiceringsdatum 2022-09-26
Betyg 4.76/5 Totalt 42 Betyg
Utvecklare Ephraim Atta-Duncan
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/dephraiim/minimal-youtube
Stödda Språk 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\/*"
            ]
        }
    ]
}