Hide Discord Panels

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

O que é Hide Discord Panels?

Hide Discord Panels é uma extensão do Chrome desenvolvida por oytundd, e sua principal característica é "You can hide channel list and server list using this extension.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Hide Discord Panels

Baixe arquivos de extensão Hide Discord Panels no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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 !                    

Informações Básicas da Extensão

Nome Hide Discord Panels Hide Discord Panels
ID pbfhpkbikfennpgchbfjiokjngfcjgjb
URL Oficial https://chromewebstore.google.com/detail/hide-discord-panels/pbfhpkbikfennpgchbfjiokjngfcjgjb
Descrição You can hide channel list and server list using this extension.
Tamanho do Arquivo 11.3 KB
Contagem de Instalações 23
Versão Atual 1
Última Atualização 2021-06-05
Data de Publicação 2021-05-08
Desenvolvedor oytundd
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/oytundd/hide-discord-panels
Idiomas Suportados 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\/*"
    ]
}