Youtube Shorts to normal Youtube Video
Just transform Youtube Shorts link to a normal video link
什么是Youtube Shorts to normal Youtube Video?
Youtube Shorts to normal Youtube Video是由4clem4开发的Chrome扩展程序,该扩展的主要功能是“Just transform Youtube Shorts link to a normal video link”。
扩展截图
下载Youtube Shorts to normal Youtube Video扩展crx文件
下载Youtube Shorts to normal Youtube Video扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
With just a click on the icon, this extension will automatically convert any YouTube Shorts link to a regular YouTube video link. This means that you'll have access to all the same features and functionalities that you would normally have with a YouTube video (like adding the video to a playlist).
扩展基本信息
名称 | Youtube Shorts to normal Youtube Video |
ID | cjehamalccdemkfpiidlbgacminjjkop |
官方URL | https://chrome.google.com/webstore/detail/youtube-shorts-to-normal/cjehamalccdemkfpiidlbgacminjjkop |
简介 | Just transform Youtube Shorts link to a normal video link |
文件大小 | 11.31 KB |
安装次数 | 10 |
当前版本 | 1.0 |
更新时间 | 2023-04-10 |
上架时间 | 2023-04-10 |
开发者 | 4clem4 |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube Shorts to normal Youtube Video", "version": "1.0", "manifest_version": 3, "description": "Just transform Youtube Shorts link to a normal video link", "action": [], "background": { "service_worker": "background.js" }, "icons": { "128": "icon_watch.png" }, "host_permissions": [ "https:\/\/www.youtube.com\/*", "http:\/\/www.youtube.com\/*" ] } |