Trump To Chump

Replaces the text 'Trump' with 'Chump'.

Cos'è Trump To Chump?

Trump To Chump è un'estensione di Chrome sviluppata da Drew Wasem, e la sua funzione principale è "Replaces the text 'Trump' with 'Chump'.".

Screenshot dell'Estensione

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

                        Spreading the truth throughout the internet, Donald Trump is a Chump.                    

Informazioni di Base sull'Estensione

Nome Trump To Chump Trump To Chump
ID almlkepgjlmnpndeahbcpinhhdffbech
URL Ufficiale https://chrome.google.com/webstore/detail/trump-to-chump/almlkepgjlmnpndeahbcpinhhdffbech
Descrizione Replaces the text 'Trump' with 'Chump'.
Dimensione del File 18.68 KB
Conteggio Installazioni 19
Versione Corrente 1
Ultimo Aggiornamento 2015-08-23
Data di Pubblicazione 2015-08-23
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Drew Wasem
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/CapeDrew/Trump-To-Chump
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trump To Chump",
    "short_name": "Trump To Chump",
    "description": "Replaces the text 'Trump' with 'Chump'.",
    "author": "Andrew R Wasem",
    "version": "1",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}