Youtube Minimalist

Removes the annoying elements from Youtube for a minimalist experience

Youtube Minimalist क्या है?

Youtube Minimalist Hulitaphy द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Removes the annoying elements from Youtube for a minimalist experience"।

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

screenshot

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

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

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

                        There are many annoying elements that can hamper your experience while browsing youtube, or simply detract your focus from your goal: watching videos!. This extension will give you options to remove the worst to make for a more minimalist experience.

Currently, this extension gives you settings to enable or disable these elements on youtube:
- The Logo and other icons from being visible
- Ads
- Search Result Distractions: Anything not a video in the search results
- Comment Section Link (Don't want to be accidentally clicking on viruses)
- Category Suggestions on the homepage
- Youtube Posts in search results
- Like buttons (Dislikes are gone, why not likes)
- End of video suggestion popups (I already know what I want to watch, thanks algorithm!)
- Turn shorts into regular video format from TikTok format

If youtube has been annoying you, please give this extension a try! Suggestions and feedback are certainly welcome.                    

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

नाम Youtube Minimalist Youtube Minimalist
ID dhkbfioggpdjdkocfimgahjmfkmolnap
आधिकारिक URL https://chromewebstore.google.com/detail/youtube-minimalist/dhkbfioggpdjdkocfimgahjmfkmolnap
विवरण Removes the annoying elements from Youtube for a minimalist experience
फ़ाइल का आकार 46.07 KB
स्थापना संख्या 36
वर्तमान संस्करण 0.3
अंतिम अपडेट 2023-02-06
प्रकाशन तिथि 2023-01-03
डेवलपर Hulitaphy
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "name": "Youtube Minimalist",
    "description": "Removes the annoying elements from Youtube for a minimalist experience",
    "version": "0.3",
    "author": "Fulivor",
    "action": {
        "default_popup": "index.html",
        "default_title": "Extension Enabler"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "128": "chrome_128.png",
        "48": "chrome_48.png",
        "32": "chrome_32.png",
        "16": "chrome_16.png"
    }
}