Minimal YouTube Homepage

A minimalistic, Google like alternative to YouTube's homepage

Minimal YouTube Homepage क्या है?

Minimal YouTube Homepage hcwtam द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A minimalistic, Google like alternative to YouTube's homepage"।

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

screenshot
screenshot

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

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

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

                        This extension helps you to become a less distracted, more productive person.

Have you every found yourself wanting to look something up on YouTube, seeing a bunch of interesting video suggestions shown on screen, watching 5 of them in a row, and forgetting why you go to YouTube in the first place?

If so, this is the perfect extension for you. A practical and simple person like you would enjoy this minimalistic, Google like alternative to YouTube's homepage.                    

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

नाम Minimal YouTube Homepage Minimal YouTube Homepage
ID jkjgfpleclhnfnlnbhhodecfcpfdiblc
आधिकारिक URL https://chromewebstore.google.com/detail/minimal-youtube-homepage/jkjgfpleclhnfnlnbhhodecfcpfdiblc
विवरण A minimalistic, Google like alternative to YouTube's homepage
फ़ाइल का आकार 10.33 KB
स्थापना संख्या 711
वर्तमान संस्करण 0.1.2
अंतिम अपडेट 2022-11-10
प्रकाशन तिथि 2022-07-15
रेटिंग 5.00/5 कुल 10 रेटिंग्स
डेवलपर hcwtam
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Minimal YouTube Homepage",
    "description": "A minimalistic, Google like alternative to YouTube's homepage",
    "version": "0.1.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "webNavigation",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/www.youtube.com\/"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/logo16.png",
            "32": "\/images\/logo32.png",
            "48": "\/images\/logo48.png",
            "128": "\/images\/logo128.png"
        }
    },
    "icons": {
        "16": "\/images\/logo16.png",
        "32": "\/images\/logo32.png",
        "48": "\/images\/logo48.png",
        "128": "\/images\/logo128.png"
    }
}