Discord Enhancer

This extension will allow you to hide server/channel/member list on Discord

Co je Discord Enhancer?

Discord Enhancer je rozšíření Chrome vyvinuté dr_ph4nt0m, a jeho hlavní funkcí je „This extension will allow you to hide server/channel/member list on Discord“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Discord Enhancer

Stáhněte si soubory rozšíření Discord Enhancer 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í

                        If you like to keep discord open while working on other stuff, this extension will allow you to hide the server list, channel list and member list for the discord.com website. This will allow to keep the window as small as possible without loosing the main message part of the website.                    

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

Název Discord Enhancer Discord Enhancer
ID pcmklkffcneafillgbbpphkkofelpedo
Oficiální URL https://chrome.google.com/webstore/detail/discord-enhancer/pcmklkffcneafillgbbpphkkofelpedo
Popis This extension will allow you to hide server/channel/member list on Discord
Velikost souboru 61.16 KB
Počet instalací 725
Aktuální Verze 1.0
Poslední Aktualizace 2020-10-07
Datum Vydání 2020-10-07
Hodnocení 1.67/5 Celkem 3 Hodnocení
Vývojář dr_ph4nt0m
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Discord Enhancer",
    "description": "This extension will allow you to hide server\/channel\/member list on Discord",
    "version": "1.0",
    "browser_action": {
        "default_title": "Discord Enhancer",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/discord.com\/*"
            ]
        }
    ]
}