HYS BETA

Disable YouTube Shorts effortlessly with this powerful browser extension

HYS BETA क्या है?

HYS BETA http://hideshorts.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Disable YouTube Shorts effortlessly with this powerful browser extension"।

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

screenshot

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

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

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

                        THIS EXTENSION IS FOR BETA TESTING

This is a beta release of the Hide YouTube Shorts extension. It is intended for testing purposes and may contain bugs or unexpected behavior. We appreciate your feedback and reports of any issues encountered during your experience with this beta version. Your valuable input will help us improve and refine the final release.

If you are looking for the stable release you can find it here https://chrome.google.com/webstore/detail/hide-youtube-shorts/aljlkinhomaaahfdojalfmimeidofpih

Bug reports can be submitted via either of the links below:
• https://github.com/probablyraging/hide-youtube-shorts/issues/new/choose
• https://discord.gg/HrhzwdB82j                    

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

नाम HYS BETA HYS BETA
ID mefpaebipddmdknlplfakgdoiajiifmg
आधिकारिक URL https://chrome.google.com/webstore/detail/hys-beta/mefpaebipddmdknlplfakgdoiajiifmg
विवरण Disable YouTube Shorts effortlessly with this powerful browser extension
फ़ाइल का आकार 302 KB
स्थापना संख्या 61
वर्तमान संस्करण 0.0.5
अंतिम अपडेट 2023-06-24
प्रकाशन तिथि 2023-06-22
डेवलपर http://hideshorts.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://hideshorts.com
सहायता पृष्ठ URL https://discord.com/invite/HrhzwdB82j
समर्थित भाषाएँ de,en,fr,es,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HYS BETA",
    "manifest_version": 3,
    "version": "0.0.5",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "assets\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/m.youtube.com\/*"
            ],
            "js": [
                "assets\/mobile.js"
            ]
        }
    ],
    "action": {
        "default_title": "Hide YouTube Shorts",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon48.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}