Shorts to Normal player
Redirects youtube shorts to Normal Player
什么是Shorts to Normal player?
Shorts to Normal player是由https://nemiruku.com开发的Chrome扩展程序,该扩展的主要功能是“Redirects youtube shorts to Normal Player”。
扩展截图
下载Shorts to Normal player扩展crx文件
下载Shorts to Normal player扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Display YouTube short videos as normal videos.
When you access to the short video, Change the URL like this.
~.com/shorts/●●
↓
~.com/watch?v=●● 扩展基本信息
| 名称 | |
| ID | cmhmepchidgajcngdkpdchbdboheihgi |
| 官方URL | https://chromewebstore.google.com/detail/shorts-to-normal-player/cmhmepchidgajcngdkpdchbdboheihgi |
| 简介 | Redirects youtube shorts to Normal Player |
| 文件大小 | 13.34 KB |
| 安装次数 | 6,402 |
| 当前版本 | 1.0.3 |
| 更新时间 | 2023-09-29 |
| 上架时间 | 2022-06-04 |
| 评分 | 4.87/5 共38次评分 |
| 开发者 | https://nemiruku.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://nemiruku.com/soft/sty.html |
| 帮助页面URL | https://nemiruku.com/info/mail.html |
| 隐私政策页面URL | https://nemiruku.com/soft/readme.html |
| 支持的语言 | ms,de,en,fil,fr,vi,tr,ca,es,it,hu,sk,cs,ru,iw,th,ja,ko |
| manifest.json | |
{
"content_scripts": [
{
"js": [
"main.js"
],
"matches": [
"*:\/\/www.youtube.com\/*"
],
"run_at": "document_start"
}
],
"default_locale": "en",
"description": "__MSG_description__",
"host_permissions": [
"*:\/\/www.youtube.com\/shorts\/*"
],
"icons": {
"128": "128.png"
},
"manifest_version": 3,
"name": "Shorts to Normal player",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.0.3"
} | |