YouTube Shorts Remover

A lightweight extension that removes the youtube shorts button on the sidebar.

Apa itu YouTube Shorts Remover?

YouTube Shorts Remover adalah ekstensi Chrome yang dikembangkan oleh Laith Alayassa, dan fitur utamanya adalah "A lightweight extension that removes the youtube shorts button on the sidebar.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi YouTube Shorts Remover

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

                        If you unconsciously (or consciously) press the shorts button, and find 45 minutes of your life just disappear, this might help you avoid that.

This extension removes the shorts tab button so that you don't click it.                    

Informasi Dasar Ekstensi

Nama YouTube Shorts Remover YouTube Shorts Remover
ID jcbjhgdapmnpgcogifboiepkpdpacipj
URL Resmi https://chromewebstore.google.com/detail/youtube-shorts-remover/jcbjhgdapmnpgcogifboiepkpdpacipj
Deskripsi A lightweight extension that removes the youtube shorts button on the sidebar.
Ukuran File 8.4 KB
Jumlah Instalasi 934
Versi Saat Ini 0.0.3
Terakhir Diperbarui 2023-11-21
Tanggal Publikasi 2022-07-27
Penilaian 3.33/5 Total 3 Penilaian
Pengembang Laith Alayassa
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube Shorts Remover",
    "description": "A lightweight extension that removes the youtube shorts button on the sidebar.",
    "version": "0.0.3",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "remover.js"
            ]
        }
    ],
    "icons": {
        "16": "\/images\/logo16.png",
        "32": "\/images\/logo32.png",
        "48": "\/images\/logo48.png",
        "128": "\/images\/logo128.png"
    }
}