Shorts Blocker
Removes Shorts from the home page, subscriptions page, and the search results in Youtube.
什么是Shorts Blocker?
Shorts Blocker是由Umut Seven开发的Chrome扩展程序,该扩展的主要功能是“Removes Shorts from the home page, subscriptions page, and the search results in Youtube.”。
扩展截图
下载Shorts Blocker扩展crx文件
下载Shorts Blocker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Requirements: Chrome 105 and above Do you hate Youtube Shorts? Do you wish they wouldn't clutter up your subscriptions page? Do you wish there was an easy way of hiding them? Introducing, the Shorts Blocker; a very simple Google Chrome extension that hides Youtube Shorts from everywhere; the home page, subscriptions page, and even the search results. The entire project is open source, with no data collection, no ads, and no tracking.
扩展基本信息
名称 | Shorts Blocker |
ID | ckagfhpboagdopichicnebandlofghbc |
官方URL | https://chromewebstore.google.com/detail/shorts-blocker/ckagfhpboagdopichicnebandlofghbc |
简介 | Removes Shorts from the home page, subscriptions page, and the search results in Youtube. |
文件大小 | 9.3 KB |
安装次数 | 6,000 |
当前版本 | 3.2 |
更新时间 | 2023-11-09 |
上架时间 | 2023-05-02 |
评分 | 4.38/5 共21次评分 |
开发者 | Umut Seven |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/umutseven92/shorts-blocker |
帮助页面URL | https://github.com/umutseven92/shorts-blocker/issues |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Shorts Blocker", "version": "3.2", "description": "Removes Shorts from the home page, subscriptions page, and the search results in Youtube.", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "content_scripts": [ { "css": [ "css\/blocker.css" ], "matches": [ "https:\/\/www.youtube.com\/*" ] } ] } |