Remove Youtube Shorts
Removes YouTube shorts and prevents you from wasting your precious time.
Remove Youtube Shortsとは何ですか?
Remove Youtube ShortsはArkTechによって開発されたChromeの拡張機能で、その主な機能は「Removes YouTube shorts and prevents you from wasting your precious time.」です。
拡張機能のスクリーンショット
Remove Youtube Shorts拡張機能のCRXファイルをダウンロード
Remove Youtube Shorts拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension completely removes YouTube Shorts as if they were never there. You will no longer see any Shorts videos in your YouTube feed, search results, or recommended videos. You can browse YouTube with peace of mind, knowing that you won't be distracted by these short-form videos. The extension can help reduce the number of short videos that may potentially distract the user and cause their mind to switch focus frequently. This can result in a more focused and attentive mindset, as the user is not being continuously stimulated by short videos that can interrupt their concentration. By removing this distraction, the user may be able to increase their attention span and focus on other tasks or longer-form content.
拡張機能の基本情報
名前 | Remove Youtube Shorts |
ID | mgngbgbhliflggkamjnpdmegbkidiapm |
公式URL | https://chromewebstore.google.com/detail/remove-youtube-shorts/mgngbgbhliflggkamjnpdmegbkidiapm |
説明 | Removes YouTube shorts and prevents you from wasting your precious time. |
ファイルサイズ | 21.41 KB |
インストール数 | 709 |
現在のバージョン | 1.0.0 |
最終更新日 | 2024-01-20 |
公開日 | 2023-04-26 |
評価 | 5.00/5 合計 11 レビュー |
開発者 | ArkTech |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Remove Youtube Shorts", "version": "1.0.0", "description": "Removes YouTube shorts and prevents you from wasting your precious time.", "host_permissions": [ "*:\/\/*.youtube.com\/*" ], "icons": { "128": "\/assets\/logo128.png" }, "action": { "default_icon": { "128": "\/assets\/logo128.png" }, "default_popup": "interface_html\/popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "css": [ "css\/style.css" ], "js": [ "js\/content.js" ], "run_at": "document_idle" } ], "background": { "service_worker": "background.js" } } |