DFeedbackPlus
Helper for Discord Feedback
Vad är DFeedbackPlus?
DFeedbackPlus är en Chrome-tillägg utvecklad av Dougley, och dess huvudfunktion är "Helper for Discord Feedback".
Tilläggsskärmbilder
Ladda ner DFeedbackPlus-förlängningens CRX-fil
Ladda ner DFeedbackPlus-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This plugin adds 'Copy ID' buttons to Discord's feedback website
Grundläggande Information om Tillägg
Namn | DFeedbackPlus |
ID | kddnmabdnlffochhknicdaebhnhkedpf |
Officiell webbadress | https://chromewebstore.google.com/detail/dfeedbackplus/kddnmabdnlffochhknicdaebhnhkedpf |
Beskrivning | Helper for Discord Feedback |
Filstorlek | 248 KB |
Antal Installationer | 14 |
Aktuell Version | 0.4.0 |
Senast Uppdaterad | 2019-06-19 |
Publiceringsdatum | 2019-06-19 |
Betyg | 5.00/5 Totalt 6 Betyg |
Utvecklare | Dougley |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://dougley.com/privacy |
Stödda Språk | 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*" ] } } |