Discordyst
Discordyst Chrome Plugin
Discordystとは何ですか?
Discordystはanoopknightによって開発されたChromeの拡張機能で、その主な機能は「Discordyst Chrome Plugin」です。
拡張機能のスクリーンショット
Discordyst拡張機能のCRXファイルをダウンロード
Discordyst拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Discord plugin for all us Duelyst lovers! Visit http://discordyst.github.io/discordyst/ for more info! :D
拡張機能の基本情報
名前 | |
ID | pfeaanclkpmchldbankdnfdcomfagkan |
公式URL | https://chrome.google.com/webstore/detail/discordyst/pfeaanclkpmchldbankdnfdcomfagkan |
説明 | Discordyst Chrome Plugin |
ファイルサイズ | 1.37 MB |
インストール数 | 78 |
現在のバージョン | 0.0.3 |
最終更新日 | 2016-05-14 |
公開日 | 2016-05-14 |
評価 | 1.00/5 合計 3 レビュー |
開発者 | anoopknight |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://discordyst.github.io/discordyst/ |
対応言語 | 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" } } |