Youtube UnHooked
Hides parts of Youtube that are unneeded/addictive: recommendations, related videos, comments.
Youtube UnHookedとは何ですか?
Youtube UnHookedはPamela Foxによって開発されたChromeの拡張機能で、その主な機能は「Hides parts of Youtube that are unneeded/addictive: recommendations, related videos, comments.」です。
拡張機能のスクリーンショット
Youtube UnHooked拡張機能のCRXファイルをダウンロード
Youtube UnHooked拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Do you find yourself getting hooked by Youtube's recommended and related videos, but you don't want to deprive yourself completely of Youtube? This extension still lets you search and play videos, but hides the parts of Youtube that are unneeded and addictive: the front page recommendation feed, the related videos in the sidebar and end screen, and the comments. (Note: if you only want a subset of those things hidden, try HabitLab by Stanford)
拡張機能の基本情報
名前 | Youtube UnHooked |
ID | fkhfakakdbjcdipdgnbfngaljiecclaf |
公式URL | https://chromewebstore.google.com/detail/youtube-unhooked/fkhfakakdbjcdipdgnbfngaljiecclaf |
説明 | Hides parts of Youtube that are unneeded/addictive: recommendations, related videos, comments. |
ファイルサイズ | 3.88 KB |
インストール数 | 12,683 |
現在のバージョン | 0.9.8 |
最終更新日 | 2022-08-03 |
公開日 | 2019-07-04 |
評価 | 4.70/5 合計 44 レビュー |
開発者 | Pamela Fox |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/pamelafox/youtube-feed-hider |
ヘルプページのURL | https://github.com/pamelafox/youtube-feed-hider |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube UnHooked", "version": "0.9.8", "description": "Hides parts of Youtube that are unneeded\/addictive: recommendations, related videos, comments.", "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/www.youtube.com\/*" ], "css": [ "styles.css" ], "all_frames": true } ], "manifest_version": 3 } |