Minimal YouTube

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

Minimal YouTube क्या है?

Minimal YouTube Ephraim Atta-Duncan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension for that replaces the YouTube UI with a minimal design containing no recommendations, shorts, or distractions."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Minimal YouTube एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Dopamine Free Youtube at your service                    

एक्सटेंशन की मूल जानकारी

नाम Minimal YouTube Minimal YouTube
ID imnffafnaoooaedkhappfhomnnpigogk
आधिकारिक URL https://chromewebstore.google.com/detail/minimal-youtube/imnffafnaoooaedkhappfhomnnpigogk
विवरण An extension for that replaces the YouTube UI with a minimal design containing no recommendations, shorts, or distractions.
फ़ाइल का आकार 216 KB
स्थापना संख्या 4,330
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2022-10-20
प्रकाशन तिथि 2022-09-26
रेटिंग 4.76/5 कुल 42 रेटिंग्स
डेवलपर Ephraim Atta-Duncan
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/dephraiim/minimal-youtube
समर्थित भाषाएँ 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\/*"
            ]
        }
    ]
}