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 |
电子邮箱 | [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 } |