Really Hide YouTube Shorts

A very simple plugin to hide all YouTube Shorts. Created by Zero.

Really Hide YouTube Shorts क्या है?

Really Hide YouTube Shorts Zero द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A very simple plugin to hide all YouTube Shorts. Created by Zero."।

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

screenshot
screenshot

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

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

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

                        A very simple plugin to hide all YouTube Shorts from the YouTube homepage and recommended pages. Lightweight and can be toggled on/off when needed. Does not collect any data or track any of your actions.

Hopefully YouTube will add this as a standard feature, until then I will keep updating the plugin.

Any issues, please feel free to contact me on Discord - https://discord.gg/JVhc2TgR4v                    

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

नाम Really Hide YouTube Shorts Really Hide YouTube Shorts
ID kjkiajelmfimihhmiggjjcaibjmlbcpf
आधिकारिक URL https://chromewebstore.google.com/detail/really-hide-youtube-short/kjkiajelmfimihhmiggjjcaibjmlbcpf
विवरण A very simple plugin to hide all YouTube Shorts. Created by Zero.
फ़ाइल का आकार 188 KB
स्थापना संख्या 264
वर्तमान संस्करण 1.0.3
अंतिम अपडेट 2023-08-23
प्रकाशन तिथि 2023-08-15
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर Zero
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Really Hide YouTube Shorts",
    "manifest_version": 3,
    "version": "1.0.3",
    "description": "A very simple plugin to hide all YouTube Shorts. Created by Zero.",
    "permissions": [
        "storage",
        "scripting"
    ],
    "content_scripts": [
        {
            "js": [
                "assets\/content.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/www.youtube.com\/*"
    ],
    "action": {
        "default_title": "Really Hide YouTube Shorts",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/hide.css"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon48.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}