YouTube Recommendation Blocker

[OPEN SOURCE] Blocks YouTube recommendations on the front page and on the side of the video player, as well as the comments section

Apa itu YouTube Recommendation Blocker?

YouTube Recommendation Blocker adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "[OPEN SOURCE] Blocks YouTube recommendations on the front page and on the side of the video player, as well as the comments section".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi YouTube Recommendation Blocker

Unduh file ekstensi YouTube Recommendation Blocker 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

                        This extension is a super light weight YouTube recommendations and comments blocker. 

Stability not guaranteed! 

Video recommendations on the front page and on the side of the player will be hidden, as well as the comments section.

It hides the content rather than outright removing it, ensuring that nothing breaks in the site's internal workings.

The extension will only request permissions for YouTube, and has no background scripts.

Yo @graphic designers please fix my graphics make a pull request on the git repo

The Github repo is here: https://github.com/Fishy-Fishes/yt-blocker                    

Informasi Dasar Ekstensi

Nama YouTube Recommendation Blocker YouTube Recommendation Blocker
ID aklbieaecfoidlgjmiipikpgmhbcjoja
URL Resmi https://chromewebstore.google.com/detail/youtube-recommendation-bl/aklbieaecfoidlgjmiipikpgmhbcjoja
Deskripsi [OPEN SOURCE] Blocks YouTube recommendations on the front page and on the side of the video player, as well as the comments section
Ukuran File 3.56 KB
Jumlah Instalasi 1,412
Versi Saat Ini 2.1
Terakhir Diperbarui 2021-10-18
Tanggal Publikasi 2021-10-18
Penilaian 4.75/5 Total 4 Penilaian
Pengembang Unknown
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/Fishy-Fishes/yt-blocker
URL Halaman Bantuan https://github.com/Fishy-Fishes/yt-blocker
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Recommendation Blocker",
    "description": "[OPEN SOURCE] Blocks YouTube recommendations on the front page and on the side of the video player, as well as the comments section",
    "version": "2.1",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "injection.js"
            ],
            "run_at": "document_start"
        }
    ]
}