Hide Discord Sidebar

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

Wat is Hide Discord Sidebar?

Hide Discord Sidebar is een Chrome-extensie ontwikkeld door Galaxycat, en de belangrijkste functie is "Installs an unfolding sidebar for Discord channels and a button that hides/shows the Discord server list.".

Extensie Screenshots

Download het CRX-bestand van de extensie Hide Discord Sidebar

Download Hide Discord Sidebar-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Hide Discord Sidebar Hide Discord Sidebar
ID hpjoojmpanohihjeeeolafpnfeddgcpn
Officiële URL https://chrome.google.com/webstore/detail/hide-discord-sidebar/hpjoojmpanohihjeeeolafpnfeddgcpn
Beschrijving Installs an unfolding sidebar for Discord channels and a button that hides/shows the Discord server list.
Bestandsgrootte 6.01 KB
Aantal Installaties 39
Huidige Versie 6.9
Laatst Bijgewerkt 2019-05-04
Publicatiedatum 2019-05-04
Ontwikkelaar Galaxycat
Betalingswijze free
URL van de Privacybeleid Pagina https://galaxycat.ca/chrome/webstore/Privacy-Policy
Ondersteunde Talen 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"
    }
}