Discord++

Adds numerous features to discord

Apa itu Discord++?

Discord++ adalah ekstensi Chrome yang dikembangkan oleh DevStoreMaker, dan fitur utamanya adalah "Adds numerous features to discord".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Discord++

Unduh file ekstensi Discord++ dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Discord++ Discord++
ID jcecehccgdjipjfchodbffgbgophlbec
URL Resmi https://chrome.google.com/webstore/detail/discord++/jcecehccgdjipjfchodbffgbgophlbec
Deskripsi Adds numerous features to discord
Ukuran File 223 KB
Jumlah Instalasi 6,000
Versi Saat Ini 1.0
Terakhir Diperbarui 2020-03-24
Tanggal Publikasi 2020-03-24
Penilaian 1.54/5 Total 35 Penilaian
Pengembang DevStoreMaker
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}