YouTube Longs
Redirects tabs opening a YouTube short to open the proper video.
什么是YouTube Longs?
YouTube Longs是由Deathbetray开发的Chrome扩展程序,该扩展的主要功能是“Redirects tabs opening a YouTube short to open the proper video.”。
扩展截图
下载YouTube Longs扩展crx文件
下载YouTube Longs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Redirects webpages that are attempting to open a YouTube short to instead open the desktop-friendly version of the webpage.
扩展基本信息
名称 | YouTube Longs |
ID | hgohjdcdlbnpmnopkigclphedadbnlel |
官方URL | https://chromewebstore.google.com/detail/youtube-longs/hgohjdcdlbnpmnopkigclphedadbnlel |
简介 | Redirects tabs opening a YouTube short to open the proper video. |
文件大小 | 17.86 KB |
安装次数 | 59 |
当前版本 | 1.1 |
更新时间 | 2022-06-05 |
上架时间 | 2022-06-04 |
开发者 | Deathbetray |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Longs", "description": "Redirects tabs opening a YouTube short to open the proper video.", "version": "1.1", "author": "Deathbetray", "manifest_version": 3, "background": { "service_worker": "youTubeLongs.js" }, "permissions": [ "tabs" ], "icons": { "16": "\/images\/youTubeLongs-logo-16.png", "32": "\/images\/youTubeLongs-logo-32.png", "48": "\/images\/youTubeLongs-logo-48.png", "128": "\/images\/youTubeLongs-logo-128.png" }, "action": { "default_icon": { "16": "\/images\/youTubeLongs-logo-16.png", "32": "\/images\/youTubeLongs-logo-32.png", "48": "\/images\/youTubeLongs-logo-48.png", "128": "\/images\/youTubeLongs-logo-128.png" }, "default_title": "YouTube Longs", "default_popup": "popup.html" } } |