Youtube UnHooked
Hides parts of Youtube that are unneeded/addictive: recommendations, related videos, comments.
What is Youtube UnHooked?
Youtube UnHooked is a Chrome extension developed by Pamela Fox, and its main feature is "Hides parts of Youtube that are unneeded/addictive: recommendations, related videos, comments.".
Extension Screenshots
Download Youtube UnHooked Extension CRX File
Download Youtube UnHooked extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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)
Extension Basic Information
Name | Youtube UnHooked |
ID | fkhfakakdbjcdipdgnbfngaljiecclaf |
Official URL | https://chromewebstore.google.com/detail/youtube-unhooked/fkhfakakdbjcdipdgnbfngaljiecclaf |
Description | Hides parts of Youtube that are unneeded/addictive: recommendations, related videos, comments. |
File Size | 3.88 KB |
Installation Count | 12,683 |
Current Version | 0.9.8 |
Last Updated | 2022-08-03 |
Publish Date | 2019-07-04 |
Rating | 4.70/5 Total 44 Ratings |
Developer | Pamela Fox |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/pamelafox/youtube-feed-hider |
Help Page URL | https://github.com/pamelafox/youtube-feed-hider |
Supported Languages | 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 } |