Hide Shorts for YouTube
Disable - Block Shorts for Youtube
Hide Shorts for YouTubeとは何ですか?
Hide Shorts for YouTubeはey2y34によって開発されたChromeの拡張機能で、その主な機能は「Disable - Block Shorts for Youtube」です。
拡張機能のスクリーンショット
Hide Shorts for YouTube拡張機能のCRXファイルをダウンロード
Hide Shorts for YouTube拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Simple extension to block YT Shorts Block YouTube Shorts effortlessly with this simple browser extension.
拡張機能の基本情報
名前 | Hide Shorts for YouTube |
ID | pgeleiggmfnpbanhagnpajcfilnkaghj |
公式URL | https://chromewebstore.google.com/detail/hide-shorts-for-youtube/pgeleiggmfnpbanhagnpajcfilnkaghj |
説明 | Disable - Block Shorts for Youtube |
ファイルサイズ | 20.64 KB |
インストール数 | 680 |
現在のバージョン | 1.0.4 |
最終更新日 | 2023-07-31 |
公開日 | 2020-12-02 |
評価 | 4.06/5 合計 32 レビュー |
開発者 | ey2y34 |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://sites.google.com/view/extensions-privacy |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Hide Shorts for YouTube", "description": "Disable - Block Shorts for Youtube", "version": "1.0.4", "icons": { "128": "icon.png" }, "action": { "default_icon": { "128": "icon.png" }, "default_title": "Remove Youtube Shorts" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "css": [ "main.css" ], "js": [ "script.js" ], "run_at": "document_end" } ] } |