Shorts Blocker

Removes Shorts from the home page, subscriptions page, and the search results in Youtube.

Apa itu Shorts Blocker?

Shorts Blocker adalah ekstensi Chrome yang dikembangkan oleh Umut Seven, dan fitur utamanya adalah "Removes Shorts from the home page, subscriptions page, and the search results in Youtube.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Shorts Blocker

Unduh file ekstensi Shorts 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

                        Requirements: Chrome 105 and above

Do you hate Youtube Shorts? Do you wish they wouldn't clutter up your subscriptions page? Do you wish there was an easy way of hiding them? 

Introducing, the Shorts Blocker;  a very simple Google Chrome extension that hides Youtube Shorts from everywhere; the home page, subscriptions page, and even the search results.

The entire project is open source, with no data collection, no ads, and no tracking.                    

Informasi Dasar Ekstensi

Nama Shorts Blocker Shorts Blocker
ID ckagfhpboagdopichicnebandlofghbc
URL Resmi https://chromewebstore.google.com/detail/shorts-blocker/ckagfhpboagdopichicnebandlofghbc
Deskripsi Removes Shorts from the home page, subscriptions page, and the search results in Youtube.
Ukuran File 9.3 KB
Jumlah Instalasi 6,000
Versi Saat Ini 3.2
Terakhir Diperbarui 2023-11-09
Tanggal Publikasi 2023-05-02
Penilaian 4.38/5 Total 21 Penilaian
Pengembang Umut Seven
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/umutseven92/shorts-blocker
URL Halaman Bantuan https://github.com/umutseven92/shorts-blocker/issues
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Shorts Blocker",
    "version": "3.2",
    "description": "Removes Shorts from the home page, subscriptions page, and the search results in Youtube.",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "css": [
                "css\/blocker.css"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ]
}