YouTube No Context
This removes YouTube's context/clarify box
YouTube No Contextとは何ですか?
YouTube No ContextはBrentによって開発されたChromeの拡張機能で、その主な機能は「This removes YouTube's context/clarify box」です。
拡張機能のスクリーンショット
YouTube No Context拡張機能のCRXファイルをダウンロード
YouTube No Context拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Just a plugin to de-clutter YouTube's watch page by removing the context (aka clarify) box. I just want to get rid of all the clutter going on :)
拡張機能の基本情報
名前 | YouTube No Context |
ID | dnlffelklagnbdjpcbhfdbangccjmhhh |
公式URL | https://chromewebstore.google.com/detail/youtube-no-context/dnlffelklagnbdjpcbhfdbangccjmhhh |
説明 | This removes YouTube's context/clarify box |
ファイルサイズ | 3.7 KB |
インストール数 | 1,259 |
現在のバージョン | 1.0 |
最終更新日 | 2022-08-08 |
公開日 | 2022-08-08 |
評価 | 5.00/5 合計 26 レビュー |
開発者 | Brent |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/BrentFarris/youtube-no-context |
ヘルプページのURL | https://github.com/BrentFarris/youtube-no-context/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube No Context", "action": { "default_icon": "icon.png" }, "manifest_version": 3, "version": "1.0", "description": "This removes YouTube's context\/clarify box", "permissions": [ "scripting" ], "host_permissions": [ "https:\/\/*.youtube.com\/*" ], "background": { "service_worker": "background.js" } } |