Cheeto Jesus

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

Apa itu Cheeto Jesus?

Cheeto Jesus adalah ekstensi Chrome yang dikembangkan oleh jermaine.m.jones3, dan fitur utamanya adalah "This extension changes every instance of 'Donald Trump' on a webpage to 'Cheeto Jesus.' Nickname courtesy of Rick Wilson.".

Unduh Berkas CRX Ekstensi Cheeto Jesus

Unduh file ekstensi Cheeto Jesus dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        bug fixes                    

Informasi Dasar Ekstensi

Nama Cheeto Jesus Cheeto Jesus
ID jmnhadhobejingfpfoheoibhkehkhlfm
URL Resmi https://chrome.google.com/webstore/detail/cheeto-jesus/jmnhadhobejingfpfoheoibhkehkhlfm
Deskripsi This extension changes every instance of 'Donald Trump' on a webpage to 'Cheeto Jesus.' Nickname courtesy of Rick Wilson.
Ukuran File 208 KB
Jumlah Instalasi 15
Versi Saat Ini 1.1.3
Terakhir Diperbarui 2016-06-24
Tanggal Publikasi 2016-06-24
Penilaian 5.00/5 Total 2 Penilaian
Pengembang jermaine.m.jones3
Tipe Pembayaran free
Bahasa yang Didukung 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"
        }
    ]
}