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 |
官方網址 | 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\/*" ] } ] } |