Trump Duck Extension

Replaces all mentions of Donald Trump with Donald Duck. Good times.

Cos'è Trump Duck Extension?

Trump Duck Extension è un'estensione di Chrome sviluppata da tommybgoode, e la sua funzione principale è "Replaces all mentions of Donald Trump with Donald Duck. Good times.".

Scarica il file CRX dell'estensione Trump Duck Extension

Scarica i file di estensione Trump Duck Extension 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

                        Replaces mentions of the Republican presidential candidate with mentions of the Disney character.                    

Informazioni di Base sull'Estensione

Nome Trump Duck Extension Trump Duck Extension
ID cefmmojephggejabeafkdlpgngeielem
URL Ufficiale https://chromewebstore.google.com/detail/trump-duck-extension/cefmmojephggejabeafkdlpgngeielem
Descrizione Replaces all mentions of Donald Trump with Donald Duck. Good times.
Dimensione del File 54.96 KB
Conteggio Installazioni 17
Versione Corrente 0.1.0
Ultimo Aggiornamento 2016-01-28
Data di Pubblicazione 2016-01-27
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore tommybgoode
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Trump Duck Extension",
    "version": "0.1.0",
    "manifest_version": 2,
    "description": "Replaces all mentions of Donald Trump with Donald Duck. Good times.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        ""
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}