Trump To Butt

Replaces the text 'Trump' with 'Butt'.

Cos'è Trump To Butt?

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

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Trump To Butt

Scarica i file di estensione Trump To Butt 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 "Donald Trump" with "Donald Butt" on each webpage you visit.                    

Informazioni di Base sull'Estensione

Nome Trump To Butt Trump To Butt
ID hmnfdkchaobhibkmhndamnoajecjllgn
URL Ufficiale https://chromewebstore.google.com/detail/trump-to-butt/hmnfdkchaobhibkmhndamnoajecjllgn
Descrizione Replaces the text 'Trump' with 'Butt'.
Dimensione del File 56.77 KB
Conteggio Installazioni 62
Versione Corrente 3.0
Ultimo Aggiornamento 2016-01-03
Data di Pubblicazione 2016-01-03
Valutazione 4.33/5 Totale 6 Valutazioni
Sviluppatore timetoplatypus
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 Butt",
    "version": "3.0",
    "description": "Replaces the text 'Trump' with 'Butt'.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}