Remove YouTube Shorts
讓原本習慣點訂閱內容的人不要誤點Shorts
什么是Remove YouTube Shorts?
Remove YouTube Shorts是由fankaihsiang11开发的Chrome扩展程序,该扩展的主要功能是“讓原本習慣點訂閱內容的人不要誤點Shorts”。
扩展截图
下载Remove YouTube Shorts扩展crx文件
下载Remove YouTube Shorts扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Hide YouTube Shorts Link so that user used to click subscriptions don't miss click Shorts.
把Shorts隱藏掉讓原本習慣點訂閱內容的人不要誤點Shorts。 扩展基本信息
| 名称 | |
| ID | mencefghapocgobfmhgblcofoopingbf |
| 官方URL | https://chrome.google.com/webstore/detail/remove-youtube-shorts/mencefghapocgobfmhgblcofoopingbf |
| 简介 | 讓原本習慣點訂閱內容的人不要誤點Shorts |
| 文件大小 | 26.95 KB |
| 安装次数 | 2,292 |
| 当前版本 | 1.0 |
| 更新时间 | 2022-03-01 |
| 上架时间 | 2022-02-24 |
| 评分 | 3.72/5 共29次评分 |
| 开发者 | fankaihsiang11 |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | zh-TW |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Remove YouTube Shorts",
"description": "\u8b93\u539f\u672c\u7fd2\u6163\u9ede\u8a02\u95b1\u5167\u5bb9\u7684\u4eba\u4e0d\u8981\u8aa4\u9edeShorts",
"version": "1.0",
"manifest_version": 3,
"icons": {
"16": "\/images\/icon16.png",
"48": "\/images\/icon48.png",
"128": "\/images\/icon128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/*"
],
"css": [
"removeShorts.css"
]
}
]
} | |