YouTube Shorts Remover
A lightweight extension that removes the youtube shorts button on the sidebar.
什么是YouTube Shorts Remover?
YouTube Shorts Remover是由Laith Alayassa开发的Chrome扩展程序,该扩展的主要功能是“A lightweight extension that removes the youtube shorts button on the sidebar.”。
扩展截图
下载YouTube Shorts Remover扩展crx文件
下载YouTube Shorts Remover扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
If you unconsciously (or consciously) press the shorts button, and find 45 minutes of your life just disappear, this might help you avoid that. This extension removes the shorts tab button so that you don't click it.
扩展基本信息
名称 | YouTube Shorts Remover |
ID | jcbjhgdapmnpgcogifboiepkpdpacipj |
官方URL | https://chromewebstore.google.com/detail/youtube-shorts-remover/jcbjhgdapmnpgcogifboiepkpdpacipj |
简介 | A lightweight extension that removes the youtube shorts button on the sidebar. |
文件大小 | 8.4 KB |
安装次数 | 934 |
当前版本 | 0.0.3 |
更新时间 | 2023-11-21 |
上架时间 | 2022-07-27 |
评分 | 3.33/5 共3次评分 |
开发者 | Laith Alayassa |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "YouTube Shorts Remover", "description": "A lightweight extension that removes the youtube shorts button on the sidebar.", "version": "0.0.3", "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "js": [ "remover.js" ] } ], "icons": { "16": "\/images\/logo16.png", "32": "\/images\/logo32.png", "48": "\/images\/logo48.png", "128": "\/images\/logo128.png" } } |