Hide Discord Panels

You can hide channel list and server list using this extension.

Apa itu Hide Discord Panels?

Hide Discord Panels adalah ekstensi Chrome yang dikembangkan oleh oytundd, dan fitur utamanya adalah "You can hide channel list and server list using this extension.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Hide Discord Panels

Unduh file ekstensi Hide Discord Panels 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

                        Pin the extension and click on it to hide channel list and/or server list.Now you have more space for other applications!You can access the source code using the website link within the store page.
Feel free to support me at https://ko-fi.com/oytundd !                    

Informasi Dasar Ekstensi

Nama Hide Discord Panels Hide Discord Panels
ID pbfhpkbikfennpgchbfjiokjngfcjgjb
URL Resmi https://chromewebstore.google.com/detail/hide-discord-panels/pbfhpkbikfennpgchbfjiokjngfcjgjb
Deskripsi You can hide channel list and server list using this extension.
Ukuran File 11.3 KB
Jumlah Instalasi 23
Versi Saat Ini 1
Terakhir Diperbarui 2021-06-05
Tanggal Publikasi 2021-05-08
Pengembang oytundd
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/oytundd/hide-discord-panels
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hide Discord Panels",
    "version": "1",
    "manifest_version": 2,
    "description": "You can hide channel list and server list using this extension.",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Hide Panels"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "https:\/\/discord.com\/channels\/*"
    ]
}