Youtube Anti Shorts

Hide All YouTube Shorts

什麼是Youtube Anti Shorts?

Youtube Anti Shorts是由sapondanaisriwan開發的Chrome擴展程式,該擴展的主要功能是“Hide All YouTube Shorts”。

擴展截圖

screenshot
screenshot

下載Youtube Anti Shorts擴展crx文件

下載Youtube Anti Shorts擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Hide All Shorts videos on YouTube.

Source code: https://github.com/sapondanaisriwan/youtube-anti-shorts
Changelog: https://github.com/sapondanaisriwan/youtube-anti-shorts/blob/main/CHANGELOD.md
Bug Report: https://github.com/sapondanaisriwan/youtube-anti-shorts/issues                    

擴展基本資訊

名稱 Youtube Anti Shorts Youtube Anti Shorts
ID lfhnlieoomhlancdfhihpopgkiekbefd
官方網址 https://chrome.google.com/webstore/detail/lfhnlieoomhlancdfhihpopgkiekbefd
簡介 Hide All YouTube Shorts
檔案大小 138 KB
安裝次數 21
目前版本 1.0.2
更新時間 2023-07-20
上架時間 2023-05-27
評分 5.00/5 共 1 次評分
開發者 sapondanaisriwan
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/sapondanaisriwan/youtube-anti-shorts/
說明頁面URL https://github.com/sapondanaisriwan/youtube-anti-shorts/issues
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Youtube Anti Shorts",
    "description": "Hide All YouTube Shorts",
    "version": "1.0.2",
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": ".\/asset\/img\/icon-16.png",
        "32": ".\/asset\/img\/icon-32.png",
        "48": ".\/asset\/img\/icon-48.png",
        "128": ".\/asset\/img\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                ".\/variables.js",
                ".\/init-data.js",
                ".\/hide-shorts.js"
            ]
        }
    ]
}