Trump To Hitler

This extension replaces all mentions of Trump's name with Hitler's name for the current page.

Cos'è Trump To Hitler?

Trump To Hitler è un'estensione di Chrome sviluppata da danhstepanov, e la sua funzione principale è "This extension replaces all mentions of Trump's name with Hitler's name for the current page.".

Scarica il file CRX dell'estensione Trump To Hitler

Scarica i file di estensione Trump To Hitler 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 extension replaces all mentions of Trump's name with Hitler's name for the current page.                    

Informazioni di Base sull'Estensione

Nome Trump To Hitler Trump To Hitler
ID ckjmfnbellhpcpidbeghfjmdgpobapfc
URL Ufficiale https://chromewebstore.google.com/detail/trump-to-hitler/ckjmfnbellhpcpidbeghfjmdgpobapfc
Descrizione This extension replaces all mentions of Trump's name with Hitler's name for the current page.
Dimensione del File 36.65 KB
Conteggio Installazioni 166
Versione Corrente 0.0.3
Ultimo Aggiornamento 2016-03-04
Data di Pubblicazione 2016-03-03
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore danhstepanov
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trump To Hitler",
    "description": "This extension replaces all mentions of Trump's name with Hitler's name for the current page.",
    "version": "0.0.3",
    "icons": {
        "48": "hitler48.png",
        "128": "hitler128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}