DFeedbackPlus
Helper for Discord Feedback
What is DFeedbackPlus?
DFeedbackPlus is a Chrome extension developed by Dougley, and its main feature is "Helper for Discord Feedback".
Extension Screenshots
Download DFeedbackPlus Extension CRX File
Download DFeedbackPlus 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
This plugin adds 'Copy ID' buttons to Discord's feedback website
Extension Basic Information
Name | DFeedbackPlus |
ID | kddnmabdnlffochhknicdaebhnhkedpf |
Official URL | https://chromewebstore.google.com/detail/dfeedbackplus/kddnmabdnlffochhknicdaebhnhkedpf |
Description | Helper for Discord Feedback |
File Size | 248 KB |
Installation Count | 14 |
Current Version | 0.4.0 |
Last Updated | 2019-06-19 |
Publish Date | 2019-06-19 |
Rating | 5.00/5 Total 6 Ratings |
Developer | Dougley |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://dougley.com/privacy |
Supported Languages | 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*" ] } } |