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
官方網址 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
電子郵箱 [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": []
}