Discordyst
Discordyst Chrome Plugin
What is Discordyst?
Discordyst is a Chrome extension developed by anoopknight, and its main feature is "Discordyst Chrome Plugin".
Extension Screenshots
Download Discordyst Extension CRX File
Download Discordyst 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
Discord plugin for all us Duelyst lovers! Visit http://discordyst.github.io/discordyst/ for more info! :D
Extension Basic Information
Name | |
ID | pfeaanclkpmchldbankdnfdcomfagkan |
Official URL | https://chrome.google.com/webstore/detail/discordyst/pfeaanclkpmchldbankdnfdcomfagkan |
Description | Discordyst Chrome Plugin |
File Size | 1.37 MB |
Installation Count | 78 |
Current Version | 0.0.3 |
Last Updated | 2016-05-14 |
Publish Date | 2016-05-14 |
Rating | 1.00/5 Total 3 Ratings |
Developer | anoopknight |
[email protected] | |
Payment Type | free |
Extension Website | http://discordyst.github.io/discordyst/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Discordyst", "description": "Discordyst Chrome Plugin", "version": "0.0.3", "browser_action": { "default_icon": "icon_128.png" }, "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "https:\/\/discordapp.com\/channels\/*" ], "js": [ "discordyst.chrome.js" ] } ], "icons": { "128": "icon_128.png" } } |