Anti-Short
Stop using YouTube's short video player.
什么是Anti-Short?
Anti-Short是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Stop using YouTube's short video player.”。
扩展截图
下载Anti-Short扩展crx文件
下载Anti-Short扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension bypasses the new YouTube short viewer by automatically redirecting to the "normal"/classic YouTube video viewer.
扩展基本信息
名称 | Anti-Short |
ID | icndfcelhhpiihkbchfakognjlcchflc |
官方URL | https://chromewebstore.google.com/detail/anti-short/icndfcelhhpiihkbchfakognjlcchflc |
简介 | Stop using YouTube's short video player. |
文件大小 | 180 KB |
安装次数 | 37 |
当前版本 | 1.0 pre-release |
更新时间 | 2022-04-06 |
上架时间 | 2022-04-06 |
评分 | 5.00/5 共1次评分 |
开发者 | Unknown |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/stautonico/anti-short |
帮助页面URL | https://github.com/stautonico/anti-short |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Anti-Short", "version": "1.0", "version_name": "1.0 pre-release", "description": "Stop using YouTube's short video player.", "author": "Steve Tautonico", "permissions": [ "scripting" ], "host_permissions": [ "*:\/\/*.youtube.com\/*" ], "homepage_url": "https:\/\/github.com\/stautonico\/anti-short", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "background": { "service_worker": "background.js" } } |