Hide Discord Sidebar

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

Vad är Hide Discord Sidebar?

Hide Discord Sidebar är en Chrome-tillägg utvecklad av Galaxycat, och dess huvudfunktion är "Installs an unfolding sidebar for Discord channels and a button that hides/shows the Discord server list.".

Tilläggsskärmbilder

Ladda ner Hide Discord Sidebar-förlängningens CRX-fil

Ladda ner Hide Discord Sidebar-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Hide Discord Sidebar Hide Discord Sidebar
ID hpjoojmpanohihjeeeolafpnfeddgcpn
Officiell webbadress https://chrome.google.com/webstore/detail/hide-discord-sidebar/hpjoojmpanohihjeeeolafpnfeddgcpn
Beskrivning Installs an unfolding sidebar for Discord channels and a button that hides/shows the Discord server list.
Filstorlek 6.01 KB
Antal Installationer 39
Aktuell Version 6.9
Senast Uppdaterad 2019-05-04
Publiceringsdatum 2019-05-04
Utvecklare Galaxycat
Betalningssätt free
URL till Sekretesspolicy Sidan https://galaxycat.ca/chrome/webstore/Privacy-Policy
Stödda Språk 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"
    }
}