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
官方網址 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"
    }
}