Hide Discord Sidebar

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

Qu'est-ce que Hide Discord Sidebar ?

Hide Discord Sidebar est une extension Chrome développée par Galaxycat, et sa fonction principale est "Installs an unfolding sidebar for Discord channels and a button that hides/shows the Discord server list.".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension Hide Discord Sidebar

Téléchargez les fichiers d'extension Hide Discord Sidebar au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Hide Discord Sidebar Hide Discord Sidebar
ID hpjoojmpanohihjeeeolafpnfeddgcpn
URL Officiel https://chrome.google.com/webstore/detail/hide-discord-sidebar/hpjoojmpanohihjeeeolafpnfeddgcpn
Description Installs an unfolding sidebar for Discord channels and a button that hides/shows the Discord server list.
Taille du Fichier 6.01 KB
Nombre d'Installations 39
Version Actuelle 6.9
Dernière Mise à Jour 2019-05-04
Date de Publication 2019-05-04
Développeur Galaxycat
Type de Paiement free
URL de la Page de Politique de Confidentialité https://galaxycat.ca/chrome/webstore/Privacy-Policy
Langues Prises en Charge 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"
    }
}