Better Discord Web unofficial

Better Discord Web unofficial

什么是Better Discord Web unofficial?

Better Discord Web unofficial是由mrlutotech开发的Chrome扩展程序,该扩展的主要功能是“Better Discord Web unofficial”。

扩展截图

screenshot
screenshot
screenshot

下载Better Discord Web unofficial扩展crx文件

下载Better Discord Web unofficial扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Our Chrome Extension is specially designed to enhance your Discord experience. With this extension, you can customize your Discord experience to your personal preferences. It is based on Better Discord and offers Theme customization and in the future you can add plugins. Our extension is easy to use and will take your Discord experience to the next level. Download it now and discover how simple it is to customize your Discord experience.

credits to better discord to inspire me to make this.
https://betterdiscord.app/                    

扩展基本信息

名称 Better Discord Web unofficial Better Discord Web unofficial
ID gdicgodoiikpogmgoihoipfagfcnfcnc
官方URL https://chromewebstore.google.com/detail/better-discord-web-unoffi/gdicgodoiikpogmgoihoipfagfcnfcnc
简介 Better Discord Web unofficial
文件大小 38.89 KB
安装次数 3,262
当前版本 1.2.1
更新时间 2023-02-04
上架时间 2023-02-01
评分 3.82/5 共22次评分
开发者 mrlutotech
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/MrLuto/better-discord-chrome-extension-unoficcial
帮助页面URL https://github.com/MrLuto/better-discord-chrome-extension-unoficcial
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Better Discord Web unofficial",
    "short_name": "BD Web unofficial",
    "version": "1.2.1",
    "description": "Better Discord Web unofficial",
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png",
        "256": "logo.png"
    },
    "background": {
        "service_worker": "src\/background.js",
        "type": "module"
    },
    "action": {
        "default_popup": "src\/popup\/index.html"
    },
    "optional_host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ]
}