Youtube UnHooked

Hides parts of Youtube that are unneeded/addictive: recommendations, related videos, comments.

Wat is Youtube UnHooked?

Youtube UnHooked is een Chrome-extensie ontwikkeld door Pamela Fox, en de belangrijkste functie is "Hides parts of Youtube that are unneeded/addictive: recommendations, related videos, comments.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Youtube UnHooked

Download Youtube UnHooked-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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)                    

Basisinformatie over de Extensie

Naam Youtube UnHooked Youtube UnHooked
ID fkhfakakdbjcdipdgnbfngaljiecclaf
Officiële URL https://chromewebstore.google.com/detail/youtube-unhooked/fkhfakakdbjcdipdgnbfngaljiecclaf
Beschrijving Hides parts of Youtube that are unneeded/addictive: recommendations, related videos, comments.
Bestandsgrootte 3.88 KB
Aantal Installaties 12,683
Huidige Versie 0.9.8
Laatst Bijgewerkt 2022-08-03
Publicatiedatum 2019-07-04
Beoordeling 4.70/5 Totaal 44 Beoordelingen
Ontwikkelaar Pamela Fox
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/pamelafox/youtube-feed-hider
Help Pagina-URL https://github.com/pamelafox/youtube-feed-hider
Ondersteunde Talen 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
}