Hide Discord Panels

You can hide channel list and server list using this extension.

Co je Hide Discord Panels?

Hide Discord Panels je rozšíření Chrome vyvinuté oytundd, a jeho hlavní funkcí je „You can hide channel list and server list using this extension.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Hide Discord Panels

Stáhněte si soubory rozšíření Hide Discord Panels ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Pin the extension and click on it to hide channel list and/or server list.Now you have more space for other applications!You can access the source code using the website link within the store page.
Feel free to support me at https://ko-fi.com/oytundd !                    

Základní Informace o Rozšíření

Název Hide Discord Panels Hide Discord Panels
ID pbfhpkbikfennpgchbfjiokjngfcjgjb
Oficiální URL https://chromewebstore.google.com/detail/hide-discord-panels/pbfhpkbikfennpgchbfjiokjngfcjgjb
Popis You can hide channel list and server list using this extension.
Velikost souboru 11.3 KB
Počet instalací 23
Aktuální Verze 1
Poslední Aktualizace 2021-06-05
Datum Vydání 2021-05-08
Vývojář oytundd
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/oytundd/hide-discord-panels
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hide Discord Panels",
    "version": "1",
    "manifest_version": 2,
    "description": "You can hide channel list and server list using this extension.",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Hide Panels"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "https:\/\/discord.com\/channels\/*"
    ]
}