Cheeto Jesus

This extension changes every instance of 'Donald Trump' on a webpage to 'Cheeto Jesus.' Nickname courtesy of Rick Wilson.

Cos'è Cheeto Jesus?

Cheeto Jesus è un'estensione di Chrome sviluppata da jermaine.m.jones3, e la sua funzione principale è "This extension changes every instance of 'Donald Trump' on a webpage to 'Cheeto Jesus.' Nickname courtesy of Rick Wilson.".

Scarica il file CRX dell'estensione Cheeto Jesus

Scarica i file di estensione Cheeto Jesus 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

                        bug fixes                    

Informazioni di Base sull'Estensione

Nome Cheeto Jesus Cheeto Jesus
ID jmnhadhobejingfpfoheoibhkehkhlfm
URL Ufficiale https://chrome.google.com/webstore/detail/cheeto-jesus/jmnhadhobejingfpfoheoibhkehkhlfm
Descrizione This extension changes every instance of 'Donald Trump' on a webpage to 'Cheeto Jesus.' Nickname courtesy of Rick Wilson.
Dimensione del File 208 KB
Conteggio Installazioni 15
Versione Corrente 1.1.3
Ultimo Aggiornamento 2016-06-24
Data di Pubblicazione 2016-06-24
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore jermaine.m.jones3
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cheeto Jesus",
    "description": "This extension changes every instance of 'Donald Trump' on a webpage to 'Cheeto Jesus.' Nickname courtesy of Rick Wilson.",
    "version": "1.1.3",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Donald Trump is Cheeto Jesus."
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "cheeto.js"
            ],
            "run_at": "document_end"
        }
    ]
}