YouTube Shorts to Standard Videos
Click the extension icon to convert YouTube Shorts URLs to standard YouTube video URLs.
什么是YouTube Shorts to Standard Videos?
YouTube Shorts to Standard Videos是由https://browsernative.com开发的Chrome扩展程序,该扩展的主要功能是“Click the extension icon to convert YouTube Shorts URLs to standard YouTube video URLs.”。
扩展截图
下载YouTube Shorts to Standard Videos扩展crx文件
下载YouTube Shorts to Standard Videos扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Watch YouTube Shorts videos as standard/normal YouTube videos. Click the toolbar button or press the keyboard command Alt + v, while watching any Short.
Visit our homepage for detailed usage guide and more information.
Extension by BrowserNative. Not created by or affiliated with YouTube/Google. 扩展基本信息
| 名称 | |
| ID | bmgdhdgcebmaakenhhmlmogpjmdjkmgb |
| 官方URL | https://chromewebstore.google.com/detail/youtube-shorts-to-standar/bmgdhdgcebmaakenhhmlmogpjmdjkmgb |
| 简介 | Click the extension icon to convert YouTube Shorts URLs to standard YouTube video URLs. |
| 文件大小 | 7.39 KB |
| 安装次数 | 261 |
| 当前版本 | 1.0.0 |
| 更新时间 | 2023-11-28 |
| 上架时间 | 2023-05-28 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | https://browsernative.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://browsernative.com/youtube-shorts-to-standard-videos/ |
| 帮助页面URL | https://browsernative.com/youtube-shorts-to-standard-videos/ |
| 隐私政策页面URL | https://browsernative.com/extensions-privacy-policy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"service_worker": "sw.js"
},
"action": {
"default_icon": "icon-128.png",
"default_title": "YouTube Shorts to Standard Videos"
},
"description": "Click the extension icon to convert YouTube Shorts URLs to standard YouTube video URLs.",
"icons": {
"128": "icon-128.png"
},
"manifest_version": 3,
"name": "YouTube Shorts to Standard Videos",
"short_name": "Shorts to Standard",
"version": "1.0.0",
"minimum_chrome_version": "100",
"permissions": [
"declarativeContent"
],
"host_permissions": [
"*:\/\/youtube.com\/*",
"*:\/\/www.youtube.com\/*"
],
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Alt+V"
},
"description": "Switch to normal video URL"
}
},
"homepage_url": "https:\/\/browsernative.com\/youtube-shorts-to-standard-videos\/"
} | |