YouTube Shorts to Normal Video Extension

Automatically Converts YouTube Shorts to Regular Video User Interface

YouTube Shorts to Normal Video Extensionとは何ですか?

YouTube Shorts to Normal Video Extensionは0dgkimによって開発されたChromeの拡張機能で、その主な機能は「Automatically Converts YouTube Shorts to Regular Video User Interface」です。

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

screenshot
screenshot

YouTube Shorts to Normal Video Extension拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension automatically converts YouTube Shorts interface to regular YouTube video UI.

Update: version 1.2
- Fixed double-click issue when navigating back from Shorts page.
- Seamless navigation to previous page without unnecessary redirection.
- Minor code clean-up                    

拡張機能の基本情報

名前 YouTube Shorts to Normal Video Extension YouTube Shorts to Normal Video Extension
ID lhjkldibjjmodfeicnohmenmnddlfkpl
公式URL https://chrome.google.com/webstore/detail/lhjkldibjjmodfeicnohmenmnddlfkpl
説明 Automatically Converts YouTube Shorts to Regular Video User Interface
ファイルサイズ 5.34 KB
インストール数 3,896
現在のバージョン 1.2
最終更新日 2023-06-13
公開日 2022-10-15
評価 4.55/5 合計 22 レビュー
開発者 0dgkim
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube Shorts to Normal Video Extension",
    "description": "Automatically Converts YouTube Shorts to Regular Video User Interface",
    "version": "1.2",
    "icons": {
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "permissions": []
}