DFeedbackPlus
Helper for Discord Feedback
Wat is DFeedbackPlus?
DFeedbackPlus is een Chrome-extensie ontwikkeld door Dougley, en de belangrijkste functie is "Helper for Discord Feedback".
Extensie Screenshots
Download het CRX-bestand van de extensie DFeedbackPlus
Download DFeedbackPlus-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This plugin adds 'Copy ID' buttons to Discord's feedback website
Basisinformatie over de Extensie
Naam | DFeedbackPlus |
ID | kddnmabdnlffochhknicdaebhnhkedpf |
Officiële URL | https://chromewebstore.google.com/detail/dfeedbackplus/kddnmabdnlffochhknicdaebhnhkedpf |
Beschrijving | Helper for Discord Feedback |
Bestandsgrootte | 248 KB |
Aantal Installaties | 14 |
Huidige Versie | 0.4.0 |
Laatst Bijgewerkt | 2019-06-19 |
Publicatiedatum | 2019-06-19 |
Beoordeling | 5.00/5 Totaal 6 Beoordelingen |
Ontwikkelaar | Dougley |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://dougley.com/privacy |
Ondersteunde Talen | 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*" ] } } |