DFeedbackPlus

Helper for Discord Feedback

Cos'è DFeedbackPlus?

DFeedbackPlus è un'estensione di Chrome sviluppata da Dougley, e la sua funzione principale è "Helper for Discord Feedback".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione DFeedbackPlus

Scarica i file di estensione DFeedbackPlus in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This plugin adds 'Copy ID' buttons to Discord's feedback website                    

Informazioni di Base sull'Estensione

Nome DFeedbackPlus DFeedbackPlus
ID kddnmabdnlffochhknicdaebhnhkedpf
URL Ufficiale https://chromewebstore.google.com/detail/dfeedbackplus/kddnmabdnlffochhknicdaebhnhkedpf
Descrizione Helper for Discord Feedback
Dimensione del File 248 KB
Conteggio Installazioni 14
Versione Corrente 0.4.0
Ultimo Aggiornamento 2019-06-19
Data di Pubblicazione 2019-06-19
Valutazione 5.00/5 Totale 6 Valutazioni
Sviluppatore Dougley
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://dougley.com/privacy
Lingue Supportate 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*"
        ]
    }
}