Discord++

Adds numerous features to discord

Discord++ là gì?

Discord++ là một tiện ích mở rộng Chrome được phát triển bởi DevStoreMaker, và tính năng chính của nó là "Adds numerous features to discord".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Discord++

Tải xuống các tệp mở rộng Discord++ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Discord++ Discord++
ID jcecehccgdjipjfchodbffgbgophlbec
URL Chính Thức https://chrome.google.com/webstore/detail/discord++/jcecehccgdjipjfchodbffgbgophlbec
Mô tả Adds numerous features to discord
Kích Thước Tệp 223 KB
Số Lần Cài Đặt 6,000
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2020-03-24
Ngày Phát Hành 2020-03-24
Đánh Giá 1.54/5 Tổng số 35 Đánh Giá
Nhà Phát Triển DevStoreMaker
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}