HYS BETA

Disable YouTube Shorts effortlessly with this powerful browser extension

HYS BETAとは何ですか?

HYS BETAはhttp://hideshorts.comによって開発されたChromeの拡張機能で、その主な機能は「Disable YouTube Shorts effortlessly with this powerful browser extension」です。

拡張機能のスクリーンショット

screenshot

HYS BETA拡張機能のCRXファイルをダウンロード

HYS BETA拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}