Discord Enhancer

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

Wat is Discord Enhancer?

Discord Enhancer is een Chrome-extensie ontwikkeld door dr_ph4nt0m, en de belangrijkste functie is "This extension will allow you to hide server/channel/member list on Discord".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Discord Enhancer

Download Discord Enhancer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Discord Enhancer Discord Enhancer
ID pcmklkffcneafillgbbpphkkofelpedo
Officiële URL https://chrome.google.com/webstore/detail/discord-enhancer/pcmklkffcneafillgbbpphkkofelpedo
Beschrijving This extension will allow you to hide server/channel/member list on Discord
Bestandsgrootte 61.16 KB
Aantal Installaties 725
Huidige Versie 1.0
Laatst Bijgewerkt 2020-10-07
Publicatiedatum 2020-10-07
Beoordeling 1.67/5 Totaal 3 Beoordelingen
Ontwikkelaar dr_ph4nt0m
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/*"
            ]
        }
    ]
}