Discord++

Adds numerous features to discord

Cos'è Discord++?

Discord++ è un'estensione di Chrome sviluppata da DevStoreMaker, e la sua funzione principale è "Adds numerous features to discord".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Discord++

Scarica i file di estensione Discord++ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This chrome extension adds some extra menu options within the discord webapp. These features include: A "Darker Theme" for discord, an expletive filter that can be turned on and off, and a couple of smaller easter-eggs. 

Note: Due to privacy concerns, most names and icons are removed in the demo images                    

Informazioni di Base sull'Estensione

Nome Discord++ Discord++
ID jcecehccgdjipjfchodbffgbgophlbec
URL Ufficiale https://chrome.google.com/webstore/detail/discord++/jcecehccgdjipjfchodbffgbgophlbec
Descrizione Adds numerous features to discord
Dimensione del File 223 KB
Conteggio Installazioni 6,000
Versione Corrente 1.0
Ultimo Aggiornamento 2020-03-24
Data di Pubblicazione 2020-03-24
Valutazione 1.54/5 Totale 35 Valutazioni
Sviluppatore DevStoreMaker
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Discord++",
    "version": "1.0",
    "description": "Adds numerous features to discord",
    "manifest_version": 2,
    "permissions": [
        "https:\/\/discordapp.com\/*",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/discordapp.com\/*"
            ],
            "js": [
                "background.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "darker.css",
        "badwords.txt"
    ],
    "icons": {
        "16": "logo16.png",
        "32": "logo32.png",
        "48": "logo48.png",
        "128": "logo128.png"
    }
}