Trump to Chump

Replaces the text 'Trump' with 'Chump' for obvious reasons.

Cos'è Trump to Chump?

Trump to Chump è un'estensione di Chrome sviluppata da Arsenal, e la sua funzione principale è "Replaces the text 'Trump' with 'Chump' for obvious reasons.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Trump to Chump

Scarica i file di estensione Trump to Chump 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 Trump to Chump Trump to Chump
ID cmepdjapkhfephneckblhdglohcodebc
URL Ufficiale https://chrome.google.com/webstore/detail/trump-to-chump/cmepdjapkhfephneckblhdglohcodebc
Descrizione Replaces the text 'Trump' with 'Chump' for obvious reasons.
Dimensione del File 3.53 KB
Conteggio Installazioni 31
Versione Corrente 0.1
Ultimo Aggiornamento 2015-11-06
Data di Pubblicazione 2015-11-06
Valutazione 5.00/5 Totale 7 Valutazioni
Sviluppatore Arsenal
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trump to Chump",
    "description": "Replaces the text 'Trump' with 'Chump' for obvious reasons.",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}