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
公式URL 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
Eメール [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"
            ]
        }
    ]
}