YT Shorts Blocker

Block YouTube shorts from showing up on your feed.

YT Shorts Blocker क्या है?

YT Shorts Blocker Natalius द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Block YouTube shorts from showing up on your feed."।

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

screenshot

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

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

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

                        Block YouTube shorts from showing up on your feed. You are still able to view them by going directly to your shorts feed.                    

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

नाम YT Shorts Blocker YT Shorts Blocker
ID dekfemoloimmoffncaglceheghddongm
आधिकारिक URL https://chromewebstore.google.com/detail/yt-shorts-blocker/dekfemoloimmoffncaglceheghddongm
विवरण Block YouTube shorts from showing up on your feed.
फ़ाइल का आकार 31.95 KB
स्थापना संख्या 629
वर्तमान संस्करण 1.1.0
अंतिम अपडेट 2023-07-17
प्रकाशन तिथि 2023-05-08
रेटिंग 4.40/5 कुल 5 रेटिंग्स
डेवलपर Natalius
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/Natalius-dev/YT-Shorts-Blocker
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YT Shorts Blocker",
    "description": "Block YouTube shorts from showing up on your feed.",
    "version": "1.1.0",
    "icons": {
        "16": "icon_small.png",
        "32": "icon_small.png",
        "48": "icon_large.png",
        "128": "icon_large.png"
    },
    "action": {
        "default_icon": "icon_small.png",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "index.js"
            ]
        }
    ]
}