Anti YT Shorts

Redirects you to the original YouTube video player!

什麼是Anti YT Shorts?

Anti YT Shorts是由Happy Fone開發的Chrome擴展程式,該擴展的主要功能是“Redirects you to the original YouTube video player!”。

擴展截圖

screenshot

下載Anti YT Shorts擴展crx文件

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

擴展使用說明

                        Shorts play through the regular video player rather than the new YouTube Shorts video player.                    

擴展基本資訊

名稱 Anti YT Shorts Anti YT Shorts
ID bofjknoigjmbficfpafehgldedfijcdd
官方網址 https://chromewebstore.google.com/detail/anti-yt-shorts/bofjknoigjmbficfpafehgldedfijcdd
簡介 Redirects you to the original YouTube video player!
檔案大小 39.01 KB
安裝次數 199
目前版本 1.0
更新時間 2022-03-07
上架時間 2022-03-06
評分 4.50/5 共 2 次評分
開發者 Happy Fone
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Anti YT Shorts",
    "version": "1.0",
    "description": "Redirects you to the original YouTube video player!",
    "icons": {
        "128": "antishorts.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*",
                "http:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ]
}