DFeedbackPlus
Helper for Discord Feedback
Apa itu DFeedbackPlus?
DFeedbackPlus adalah ekstensi Chrome yang dikembangkan oleh Dougley, dan fitur utamanya adalah "Helper for Discord Feedback".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi DFeedbackPlus
Unduh file ekstensi DFeedbackPlus dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
This plugin adds 'Copy ID' buttons to Discord's feedback website
Informasi Dasar Ekstensi
Nama | DFeedbackPlus |
ID | kddnmabdnlffochhknicdaebhnhkedpf |
URL Resmi | https://chromewebstore.google.com/detail/dfeedbackplus/kddnmabdnlffochhknicdaebhnhkedpf |
Deskripsi | Helper for Discord Feedback |
Ukuran File | 248 KB |
Jumlah Instalasi | 14 |
Versi Saat Ini | 0.4.0 |
Terakhir Diperbarui | 2019-06-19 |
Tanggal Publikasi | 2019-06-19 |
Penilaian | 5.00/5 Total 6 Penilaian |
Pengembang | Dougley |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://dougley.com/privacy |
Bahasa yang Didukung | 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*" ] } } |