Hide Youtube Reccomendations

Remove YouTube homepage related videos feed, recommended sidebar, user comments. it is usefull to help you focus in your work

Apa itu Hide Youtube Reccomendations?

Hide Youtube Reccomendations adalah ekstensi Chrome yang dikembangkan oleh https://hasan-naser.com, dan fitur utamanya adalah "Remove YouTube homepage related videos feed, recommended sidebar, user comments. it is usefull to help you focus in your work".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Hide Youtube Reccomendations

Unduh file ekstensi Hide Youtube Reccomendations 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

                        A browser extension help you to focus in your work by removing YouTube recommended sidebar, user comments, homepage related videos feed,
hide youtube feeds
hide youtube recommended videos 
hide notification                    

Informasi Dasar Ekstensi

Nama Hide Youtube Reccomendations Hide Youtube Reccomendations
ID kehfeffkkeikicjiehddmbmabmakfdff
URL Resmi https://chromewebstore.google.com/detail/hide-youtube-reccomendati/kehfeffkkeikicjiehddmbmabmakfdff
Deskripsi Remove YouTube homepage related videos feed, recommended sidebar, user comments. it is usefull to help you focus in your work
Ukuran File 7.56 KB
Jumlah Instalasi 215
Versi Saat Ini 1.2
Terakhir Diperbarui 2023-05-01
Tanggal Publikasi 2020-12-21
Penilaian 3.67/5 Total 3 Penilaian
Pengembang https://hasan-naser.com
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hide Youtube Reccomendations",
    "version": "1.2",
    "description": "Remove YouTube homepage related videos feed, recommended sidebar, user comments. it is usefull to help you focus in your work",
    "manifest_version": 3,
    "incognito": "split",
    "browser_action": {
        "default_popup": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ]
}