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
电子邮箱 [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": []
}