Youtube UnHooked

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

Co to jest Youtube UnHooked?

Youtube UnHooked to rozszerzenie Chrome opracowane przez Pamela Fox, a jego główną funkcją jest „Hides parts of Youtube that are unneeded/addictive: recommendations, related videos, comments.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Youtube UnHooked

Pobierz pliki rozszerzeń Youtube UnHooked w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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)                    

Podstawowe informacje o rozszerzeniu

Nazwa Youtube UnHooked Youtube UnHooked
ID fkhfakakdbjcdipdgnbfngaljiecclaf
Oficjalny URL https://chromewebstore.google.com/detail/youtube-unhooked/fkhfakakdbjcdipdgnbfngaljiecclaf
Opis Hides parts of Youtube that are unneeded/addictive: recommendations, related videos, comments.
Rozmiar pliku 3.88 KB
Liczba instalacji 12,683
Aktualna Wersja 0.9.8
Ostatnia Aktualizacja 2022-08-03
Data Publikacji 2019-07-04
Ocena 4.70/5 Łącznie 44 Oceny
Deweloper Pamela Fox
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/pamelafox/youtube-feed-hider
Adres URL Strony Pomocy https://github.com/pamelafox/youtube-feed-hider
Obsługiwane Języki 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
}