Youtube UnHooked
Hides parts of Youtube that are unneeded/addictive: recommendations, related videos, comments.
Hvad er Youtube UnHooked?
Youtube UnHooked er en Chrome-udvidelse udviklet af Pamela Fox, og dens hovedfunktion er "Hides parts of Youtube that are unneeded/addictive: recommendations, related videos, comments.".
Udvidelsesskærmbilleder
Download Youtube UnHooked-udvidelses-CRX-fil
Download Youtube UnHooked-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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)
Grundlæggende oplysninger om udvidelsen
Navn | Youtube UnHooked |
ID | fkhfakakdbjcdipdgnbfngaljiecclaf |
Officiel URL | https://chromewebstore.google.com/detail/youtube-unhooked/fkhfakakdbjcdipdgnbfngaljiecclaf |
Beskrivelse | Hides parts of Youtube that are unneeded/addictive: recommendations, related videos, comments. |
Filstørrelse | 3.88 KB |
Antal Installationer | 12,683 |
Nuværende Version | 0.9.8 |
Senest Opdateret | 2022-08-03 |
Udgivelsesdato | 2019-07-04 |
Bedømmelse | 4.70/5 Samlet 44 Bedømmelser |
Udvikler | Pamela Fox |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/pamelafox/youtube-feed-hider |
Hjælpeside-URL | https://github.com/pamelafox/youtube-feed-hider |
Understøttede Sprog | 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 } |