Shorts Blocker

Removes Shorts from the home page, subscriptions page, and the search results in Youtube.

Shorts Blocker क्या है?

Shorts Blocker Umut Seven द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Removes Shorts from the home page, subscriptions page, and the search results in Youtube."।

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

screenshot

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

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

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

                        Requirements: Chrome 105 and above

Do you hate Youtube Shorts? Do you wish they wouldn't clutter up your subscriptions page? Do you wish there was an easy way of hiding them? 

Introducing, the Shorts Blocker;  a very simple Google Chrome extension that hides Youtube Shorts from everywhere; the home page, subscriptions page, and even the search results.

The entire project is open source, with no data collection, no ads, and no tracking.                    

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

नाम Shorts Blocker Shorts Blocker
ID ckagfhpboagdopichicnebandlofghbc
आधिकारिक URL https://chromewebstore.google.com/detail/shorts-blocker/ckagfhpboagdopichicnebandlofghbc
विवरण Removes Shorts from the home page, subscriptions page, and the search results in Youtube.
फ़ाइल का आकार 9.3 KB
स्थापना संख्या 6,000
वर्तमान संस्करण 3.2
अंतिम अपडेट 2023-11-09
प्रकाशन तिथि 2023-05-02
रेटिंग 4.38/5 कुल 21 रेटिंग्स
डेवलपर Umut Seven
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/umutseven92/shorts-blocker
सहायता पृष्ठ URL https://github.com/umutseven92/shorts-blocker/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Shorts Blocker",
    "version": "3.2",
    "description": "Removes Shorts from the home page, subscriptions page, and the search results in Youtube.",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "css": [
                "css\/blocker.css"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ]
}