Youtube Shorts Remover
This extension removes #Shorts from the Youtube.
Youtube Shorts Removerとは何ですか?
Youtube Shorts RemoverはJoni Nieminenによって開発されたChromeの拡張機能で、その主な機能は「This extension removes #Shorts from the Youtube.」です。
拡張機能のスクリーンショット
Youtube Shorts Remover拡張機能のCRXファイルをダウンロード
Youtube Shorts Remover拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension removes #Shorts from the Youtube.
拡張機能の基本情報
名前 | Youtube Shorts Remover |
ID | dhjncafckekooldfkmonpohjnbhopdoc |
公式URL | https://chromewebstore.google.com/detail/youtube-shorts-remover/dhjncafckekooldfkmonpohjnbhopdoc |
説明 | This extension removes #Shorts from the Youtube. |
ファイルサイズ | 3.17 KB |
インストール数 | 35 |
現在のバージョン | 1.0 |
最終更新日 | 2023-01-19 |
公開日 | 2023-01-19 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Joni Nieminen |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Youtube Shorts Remover", "description": "This extension removes #Shorts from the Youtube.", "version": "1.0", "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "background.js" ] } ] } |