Youtube UnHooked

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

Apa itu Youtube UnHooked?

Youtube UnHooked adalah ekstensi Chrome yang dikembangkan oleh Pamela Fox, dan fitur utamanya adalah "Hides parts of Youtube that are unneeded/addictive: recommendations, related videos, comments.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Youtube UnHooked

Unduh file ekstensi Youtube UnHooked dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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)                    

Informasi Dasar Ekstensi

Nama Youtube UnHooked Youtube UnHooked
ID fkhfakakdbjcdipdgnbfngaljiecclaf
URL Resmi https://chromewebstore.google.com/detail/youtube-unhooked/fkhfakakdbjcdipdgnbfngaljiecclaf
Deskripsi Hides parts of Youtube that are unneeded/addictive: recommendations, related videos, comments.
Ukuran File 3.88 KB
Jumlah Instalasi 12,683
Versi Saat Ini 0.9.8
Terakhir Diperbarui 2022-08-03
Tanggal Publikasi 2019-07-04
Penilaian 4.70/5 Total 44 Penilaian
Pengembang Pamela Fox
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/pamelafox/youtube-feed-hider
URL Halaman Bantuan https://github.com/pamelafox/youtube-feed-hider
Bahasa yang Didukung 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
}