Redirect Shorts

Redirects youtube shorts to the normal player

Redirect Shortsとは何ですか?

Redirect Shortsはmanas.bejjによって開発されたChromeの拡張機能で、その主な機能は「Redirects youtube shorts to the normal player」です。

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

screenshot

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

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

拡張機能の使用方法

                        This extension replaces the "/shorts/" from the url with "watch?v=" to play your shorts video on the normal player which is more user friendly on a computer.                    

拡張機能の基本情報

名前 Redirect Shorts Redirect Shorts
ID lncinpfgcgmphkebnbfpogkgiaadphpi
公式URL https://chromewebstore.google.com/detail/redirect-shorts/lncinpfgcgmphkebnbfpogkgiaadphpi
説明 Redirects youtube shorts to the normal player
ファイルサイズ 32.03 KB
インストール数 2,945
現在のバージョン 1.0
最終更新日 2022-03-03
公開日 2022-03-03
評価 4.32/5 合計 28 レビュー
開発者 manas.bejj
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Redirect Shorts",
    "version": "1.0",
    "manifest_version": 3,
    "description": "Redirects youtube shorts to the normal player",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png",
        "256": "256.png"
    },
    "host_permissions": [
        "*:\/\/www.youtube.com\/shorts\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                "yt.js"
            ],
            "run_at": "document_start"
        }
    ]
}