Really Hide YouTube Shorts
A very simple plugin to hide all YouTube Shorts. Created by Zero.
Really Hide YouTube Shortsとは何ですか?
Really Hide YouTube ShortsはZeroによって開発されたChromeの拡張機能で、その主な機能は「A very simple plugin to hide all YouTube Shorts. Created by Zero.」です。
拡張機能のスクリーンショット
Really Hide YouTube Shorts拡張機能のCRXファイルをダウンロード
Really Hide YouTube Shorts拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A very simple plugin to hide all YouTube Shorts from the YouTube homepage and recommended pages. Lightweight and can be toggled on/off when needed. Does not collect any data or track any of your actions. Hopefully YouTube will add this as a standard feature, until then I will keep updating the plugin. Any issues, please feel free to contact me on Discord - https://discord.gg/JVhc2TgR4v
拡張機能の基本情報
名前 | Really Hide YouTube Shorts |
ID | kjkiajelmfimihhmiggjjcaibjmlbcpf |
公式URL | https://chromewebstore.google.com/detail/really-hide-youtube-short/kjkiajelmfimihhmiggjjcaibjmlbcpf |
説明 | A very simple plugin to hide all YouTube Shorts. Created by Zero. |
ファイルサイズ | 188 KB |
インストール数 | 264 |
現在のバージョン | 1.0.3 |
最終更新日 | 2023-08-23 |
公開日 | 2023-08-15 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | Zero |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Really Hide YouTube Shorts", "manifest_version": 3, "version": "1.0.3", "description": "A very simple plugin to hide all YouTube Shorts. Created by Zero.", "permissions": [ "storage", "scripting" ], "content_scripts": [ { "js": [ "assets\/content.js" ], "matches": [ "https:\/\/www.youtube.com\/*" ] } ], "host_permissions": [ "https:\/\/www.youtube.com\/*" ], "action": { "default_title": "Really Hide YouTube Shorts", "default_popup": "popup.html" }, "web_accessible_resources": [ { "resources": [ "assets\/hide.css" ], "matches": [ "https:\/\/www.youtube.com\/*" ] } ], "icons": { "16": "icons\/icon16.png", "32": "icons\/icon48.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |