Hide Discord Sidebar

Installs an unfolding sidebar for Discord channels and a button that hides/shows the Discord server list.

Apa itu Hide Discord Sidebar?

Hide Discord Sidebar adalah ekstensi Chrome yang dikembangkan oleh Galaxycat, dan fitur utamanya adalah "Installs an unfolding sidebar for Discord channels and a button that hides/shows the Discord server list.".

Screenshot Ekstensi

Unduh Berkas CRX Ekstensi Hide Discord Sidebar

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

                        Installs an unfolding sidebar for Discord channels and a button that hides/shows the Discord server list.                    

Informasi Dasar Ekstensi

Nama Hide Discord Sidebar Hide Discord Sidebar
ID hpjoojmpanohihjeeeolafpnfeddgcpn
URL Resmi https://chrome.google.com/webstore/detail/hide-discord-sidebar/hpjoojmpanohihjeeeolafpnfeddgcpn
Deskripsi Installs an unfolding sidebar for Discord channels and a button that hides/shows the Discord server list.
Ukuran File 6.01 KB
Jumlah Instalasi 39
Versi Saat Ini 6.9
Terakhir Diperbarui 2019-05-04
Tanggal Publikasi 2019-05-04
Pengembang Galaxycat
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://galaxycat.ca/chrome/webstore/Privacy-Policy
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hide Discord Sidebar",
    "short_name": "Hide Discord Bar",
    "version": "6.9",
    "description": "Installs an unfolding sidebar for Discord channels and a button that hides\/shows the Discord server list.",
    "manifest_version": 2,
    "permissions": [
        "*:\/\/*.discordapp.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.discordapp.com\/*"
            ],
            "css": [
                "hide-discord-sidebar.css"
            ],
            "js": [
                "hide-discord-sidebar.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon128.png"
    }
}