YouTube™ Chat Remover

Removes YouTube's live chat box

Apa itu YouTube™ Chat Remover?

YouTube™ Chat Remover adalah ekstensi Chrome yang dikembangkan oleh nikosardas.dev, dan fitur utamanya adalah "Removes YouTube's live chat box".

Screenshot Ekstensi

Unduh Berkas CRX Ekstensi YouTube™ Chat Remover

Unduh file ekstensi YouTube™ Chat 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

                        A toggle button for hiding YouTube's live chat box by default.                    

Informasi Dasar Ekstensi

Nama YouTube™ Chat Remover YouTube™ Chat Remover
ID epifmfofapbgjhakoppjalnhkciakpgj
URL Resmi https://chrome.google.com/webstore/detail/youtube-chat-remover/epifmfofapbgjhakoppjalnhkciakpgj
Deskripsi Removes YouTube's live chat box
Ukuran File 10.42 KB
Jumlah Instalasi 143
Versi Saat Ini 1.4.2
Terakhir Diperbarui 2022-02-09
Tanggal Publikasi 2019-09-18
Penilaian 4.00/5 Total 4 Penilaian
Pengembang nikosardas.dev
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://sites.google.com/view/nikosardas-dev/privacy
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube\u2122 Chat Remover",
    "manifest_version": 3,
    "version": "1.4.2",
    "description": "Removes YouTube's live chat box",
    "icons": {
        "128": "onIcon.png"
    },
    "background": {
        "service_worker": "bg.js"
    },
    "action": {
        "default_icon": "onIcon.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/www.youtube.com\/"
    ]
}