Hide Discord Sidebar

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

Was ist Hide Discord Sidebar?

Hide Discord Sidebar ist eine Chrome-Erweiterung, die von Galaxycat entwickelt wurde, und ihr Hauptmerkmal ist "Installs an unfolding sidebar for Discord channels and a button that hides/shows the Discord server list.".

Erweiterungsscreenshots

Hide Discord Sidebar-Erweiterungs-CRX-Datei herunterladen

Laden Sie Hide Discord Sidebar-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Hide Discord Sidebar Hide Discord Sidebar
ID hpjoojmpanohihjeeeolafpnfeddgcpn
Offizielle URL https://chrome.google.com/webstore/detail/hide-discord-sidebar/hpjoojmpanohihjeeeolafpnfeddgcpn
Beschreibung Installs an unfolding sidebar for Discord channels and a button that hides/shows the Discord server list.
Dateigröße 6.01 KB
Installationsanzahl 39
Aktuelle Version 6.9
Letztes Update 2019-05-04
Veröffentlichungsdatum 2019-05-04
Entwickler Galaxycat
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://galaxycat.ca/chrome/webstore/Privacy-Policy
Unterstützte Sprachen 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"
    }
}