Drumpf

Replaces the Trump name with the original name within the current content.

Cos'è Drumpf?

Drumpf è un'estensione di Chrome sviluppata da alexako, e la sua funzione principale è "Replaces the Trump name with the original name within the current content.".

Scarica il file CRX dell'estensione Drumpf

Scarica i file di estensione Drumpf 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

                                            

Informazioni di Base sull'Estensione

Nome Drumpf Drumpf
ID jhkcgkbkmifjbicjkbdojclapdecckab
URL Ufficiale https://chrome.google.com/webstore/detail/drumpf/jhkcgkbkmifjbicjkbdojclapdecckab
Descrizione Replaces the Trump name with the original name within the current content.
Dimensione del File 36.99 KB
Conteggio Installazioni 10
Versione Corrente 1.0
Ultimo Aggiornamento 2016-03-06
Data di Pubblicazione 2016-03-06
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore alexako
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Drumpf",
    "description": "Replaces the Trump name with the original name within the current content.",
    "version": "1.0",
    "icons": {
        "48": "48.png",
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}