Block Shorts - No more unwanted Shorts

Remove Shorts from your YouTube desktop experience.

Apa itu Block Shorts - No more unwanted Shorts?

Block Shorts - No more unwanted Shorts adalah ekstensi Chrome yang dikembangkan oleh arthur.joppart, dan fitur utamanya adalah "Remove Shorts from your YouTube desktop experience.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Block Shorts - No more unwanted Shorts

Unduh file ekstensi Block Shorts - No more unwanted Shorts 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 gives you the possibility to hide all unwanted YouTube Shorts by simply flipping a switch on the top of the page.                    

Informasi Dasar Ekstensi

Nama Block Shorts - No more unwanted Shorts Block Shorts - No more unwanted Shorts
ID adbkiegjafadlmleigmjongmcadeghmo
URL Resmi https://chromewebstore.google.com/detail/block-shorts-no-more-unwa/adbkiegjafadlmleigmjongmcadeghmo
Deskripsi Remove Shorts from your YouTube desktop experience.
Ukuran File 9.61 KB
Jumlah Instalasi 64
Versi Saat Ini 1.4
Terakhir Diperbarui 2023-06-13
Tanggal Publikasi 2022-10-26
Penilaian 5.00/5 Total 1 Penilaian
Pengembang arthur.joppart
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/BelgianNoise/remove-yt-shorts-chrome-extension
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Block Shorts - No more unwanted Shorts",
    "version": "1.4",
    "manifest_version": 3,
    "description": "Remove Shorts from your YouTube desktop experience.",
    "permissions": [],
    "icons": {
        "128": "128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_idle",
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "script.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}