Discord++
Build an Extension!
What is Discord++?
Discord++ is a Chrome extension developed by Alpha's Mystery, and its main feature is "Build an Extension!".
Extension Screenshots
Download Discord++ Extension CRX File
Download Discord++ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Improve Discord with cool new features!
Extension Basic Information
Name | |
ID | ckbkghbamnifbdlfepfeadcbajgcfjgd |
Official URL | https://chrome.google.com/webstore/detail/discord++/ckbkghbamnifbdlfepfeadcbajgcfjgd |
Description | Build an Extension! |
File Size | 3.66 KB |
Installation Count | 412 |
Current Version | 1.1 |
Last Updated | 2019-07-23 |
Publish Date | 2019-07-23 |
Rating | 1.00/5 Total 6 Ratings |
Developer | Alpha's Mystery |
Payment Type | free |
Supported Languages | 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" ] } ] } |