Youtube Anti Shorts
Hide All YouTube Shorts
Youtube Anti Shortsとは何ですか?
Youtube Anti Shortsはsapondanaisriwanによって開発されたChromeの拡張機能で、その主な機能は「Hide All YouTube Shorts」です。
拡張機能のスクリーンショット
Youtube Anti Shorts拡張機能のCRXファイルをダウンロード
Youtube Anti Shorts拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Hide All Shorts videos on YouTube. Source code: https://github.com/sapondanaisriwan/youtube-anti-shorts Changelog: https://github.com/sapondanaisriwan/youtube-anti-shorts/blob/main/CHANGELOD.md Bug Report: https://github.com/sapondanaisriwan/youtube-anti-shorts/issues
拡張機能の基本情報
名前 | Youtube Anti Shorts |
ID | lfhnlieoomhlancdfhihpopgkiekbefd |
公式URL | https://chrome.google.com/webstore/detail/lfhnlieoomhlancdfhihpopgkiekbefd |
説明 | Hide All YouTube Shorts |
ファイルサイズ | 138 KB |
インストール数 | 21 |
現在のバージョン | 1.0.2 |
最終更新日 | 2023-07-20 |
公開日 | 2023-05-27 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | sapondanaisriwan |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/sapondanaisriwan/youtube-anti-shorts/ |
ヘルプページのURL | https://github.com/sapondanaisriwan/youtube-anti-shorts/issues |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Youtube Anti Shorts", "description": "Hide All YouTube Shorts", "version": "1.0.2", "permissions": [ "storage" ], "action": { "default_popup": "popup.html" }, "icons": { "16": ".\/asset\/img\/icon-16.png", "32": ".\/asset\/img\/icon-32.png", "48": ".\/asset\/img\/icon-48.png", "128": ".\/asset\/img\/icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ ".\/variables.js", ".\/init-data.js", ".\/hide-shorts.js" ] } ] } |