DFeedbackPlus
Helper for Discord Feedback
DFeedbackPlusとは何ですか?
DFeedbackPlusはDougleyによって開発されたChromeの拡張機能で、その主な機能は「Helper for Discord Feedback」です。
拡張機能のスクリーンショット
DFeedbackPlus拡張機能のCRXファイルをダウンロード
DFeedbackPlus拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This plugin adds 'Copy ID' buttons to Discord's feedback website
拡張機能の基本情報
名前 | DFeedbackPlus |
ID | kddnmabdnlffochhknicdaebhnhkedpf |
公式URL | https://chromewebstore.google.com/detail/dfeedbackplus/kddnmabdnlffochhknicdaebhnhkedpf |
説明 | Helper for Discord Feedback |
ファイルサイズ | 248 KB |
インストール数 | 14 |
現在のバージョン | 0.4.0 |
最終更新日 | 2019-06-19 |
公開日 | 2019-06-19 |
評価 | 5.00/5 合計 6 レビュー |
開発者 | Dougley |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://dougley.com/privacy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "inject\/copy-id.js", "inject\/copy-link.js" ], "matches": [ "https:\/\/support.discordapp.com\/hc\/*\/community\/*" ] }, { "js": [ "inject\/base64-lite.js", "inject\/search-results.js" ], "matches": [ "https:\/\/support.discordapp.com\/hc\/*\/search*" ] } ], "description": "Helper for Discord Feedback", "manifest_version": 2, "name": "DFeedbackPlus", "permissions": [ "https:\/\/support.discordapp.com\/hc\/*", "clipboardWrite" ], "version": "0.4.0", "icons": { "128": "icons\/mbdwi.png" }, "page_action": { "default_popup": "popup\/index.html", "default_icon": { "128": "icons\/mbdwi.png" }, "show_matches": [ "https:\/\/support.discordapp.com\/hc\/*\/community\/*", "https:\/\/support.discordapp.com\/hc\/*\/search*" ] } } |