Discord++
Build an Extension!
什么是Discord++?
Discord++是由Alpha's Mystery开发的Chrome扩展程序,该扩展的主要功能是“Build an Extension!”。
扩展截图
下载Discord++扩展crx文件
下载Discord++扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Improve Discord with cool new features! 扩展基本信息
| 名称 | |
| ID | ckbkghbamnifbdlfepfeadcbajgcfjgd |
| 官方URL | https://chrome.google.com/webstore/detail/discord++/ckbkghbamnifbdlfepfeadcbajgcfjgd |
| 简介 | Build an Extension! |
| 文件大小 | 3.66 KB |
| 安装次数 | 412 |
| 当前版本 | 1.1 |
| 更新时间 | 2019-07-23 |
| 上架时间 | 2019-07-23 |
| 评分 | 1.00/5 共6次评分 |
| 开发者 | Alpha's Mystery |
| 付费类型 | free |
| 支持的语言 | 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"
]
}
]
} | |