Discord++

Adds numerous features to discord

Discord++คืออะไร?

Discord++ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย DevStoreMaker และคุณลักษณะหลักของมันคือ "Adds numerous features to discord"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Discord++

ดาวน์โหลดไฟล์ส่วนขยาย Discord++ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Discord++ Discord++
ID jcecehccgdjipjfchodbffgbgophlbec
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/discord++/jcecehccgdjipjfchodbffgbgophlbec
คำอธิบาย Adds numerous features to discord
ขนาดไฟล์ 223 KB
จำนวนการติดตั้ง 6,000
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2020-03-24
วันที่เผยแพร่ 2020-03-24
คะแนน 1.54/5 รวมทั้งหมด 35 คะแนน
ผู้พัฒนา DevStoreMaker
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
    }
}