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 |
Eメール | [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\/*" ] } ] } |