YouTube Longener
Convert youtube shorts to regular videos
什么是YouTube Longener?
YouTube Longener是由o.khandxb开发的Chrome扩展程序,该扩展的主要功能是“Convert youtube shorts to regular videos”。
扩展截图
下载YouTube Longener扩展crx文件
下载YouTube Longener扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
YouTube shorts have no controls (to rewind, fast-forward, or change the volume). On a PC, there's no reason for us not to have these basic functions. Youtube Longener takes a short and redirects you automatically to the regular video version.
扩展基本信息
名称 | YouTube Longener |
ID | cpmkeokkddifaceigmhijfchhcmapfgh |
官方URL | https://chromewebstore.google.com/detail/youtube-longener/cpmkeokkddifaceigmhijfchhcmapfgh |
简介 | Convert youtube shorts to regular videos |
文件大小 | 5.66 KB |
安装次数 | 162 |
当前版本 | 0.0.1 |
更新时间 | 2023-05-16 |
上架时间 | 2023-05-16 |
评分 | 3.67/5 共3次评分 |
开发者 | o.khandxb |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://github.com/lowsound42/youtubeLongener/tree/main |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "YouTube Longener", "description": "Convert youtube shorts to regular videos", "version": "0.0.1", "permissions": [ "tabs" ], "action": { "default_popup": "longener.html", "default_icon": { "16": "Y-s.png", "32": "Y-m.png" } }, "icons": { "16": "Y-s.png", "32": "Y-m.png" } } |