Anti YT Shorts
Redirects you to the original YouTube video player!
什么是Anti YT Shorts?
Anti YT Shorts是由Happy Fone开发的Chrome扩展程序,该扩展的主要功能是“Redirects you to the original YouTube video player!”。
扩展截图
下载Anti YT Shorts扩展crx文件
下载Anti YT Shorts扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Shorts play through the regular video player rather than the new YouTube Shorts video player.
扩展基本信息
名称 | Anti YT Shorts |
ID | bofjknoigjmbficfpafehgldedfijcdd |
官方URL | https://chromewebstore.google.com/detail/anti-yt-shorts/bofjknoigjmbficfpafehgldedfijcdd |
简介 | Redirects you to the original YouTube video player! |
文件大小 | 39.01 KB |
安装次数 | 199 |
当前版本 | 1.0 |
更新时间 | 2022-03-07 |
上架时间 | 2022-03-06 |
评分 | 4.50/5 共2次评分 |
开发者 | Happy Fone |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Anti YT Shorts", "version": "1.0", "description": "Redirects you to the original YouTube video player!", "icons": { "128": "antishorts.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*", "http:\/\/*.youtube.com\/*" ], "js": [ "content-script.js" ] } ] } |