Discord++

Build an Extension!

Wat is Discord++?

Discord++ is een Chrome-extensie ontwikkeld door Alpha's Mystery, en de belangrijkste functie is "Build an Extension!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Discord++

Download Discord++-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

                        Improve Discord with cool new features!                    

Basisinformatie over de Extensie

Naam Discord++ Discord++
ID ckbkghbamnifbdlfepfeadcbajgcfjgd
Officiële URL https://chrome.google.com/webstore/detail/discord++/ckbkghbamnifbdlfepfeadcbajgcfjgd
Beschrijving Build an Extension!
Bestandsgrootte 3.66 KB
Aantal Installaties 412
Huidige Versie 1.1
Laatst Bijgewerkt 2019-07-23
Publicatiedatum 2019-07-23
Beoordeling 1.00/5 Totaal 6 Beoordelingen
Ontwikkelaar Alpha's Mystery
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Discord++",
    "version": "1.1",
    "description": "Build an Extension!",
    "manifest_version": 2,
    "permissions": [
        "discordapp.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/discordapp.com\/*"
            ],
            "js": [
                "apply.js"
            ]
        }
    ]
}