Cheeto Jesus

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

Co to jest Cheeto Jesus?

Cheeto Jesus to rozszerzenie Chrome opracowane przez jermaine.m.jones3, a jego główną funkcją jest „This extension changes every instance of 'Donald Trump' on a webpage to 'Cheeto Jesus.' Nickname courtesy of Rick Wilson.”.

Pobierz plik CRX rozszerzenia Cheeto Jesus

Pobierz pliki rozszerzeń Cheeto Jesus w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        bug fixes                    

Podstawowe informacje o rozszerzeniu

Nazwa Cheeto Jesus Cheeto Jesus
ID jmnhadhobejingfpfoheoibhkehkhlfm
Oficjalny URL https://chrome.google.com/webstore/detail/cheeto-jesus/jmnhadhobejingfpfoheoibhkehkhlfm
Opis This extension changes every instance of 'Donald Trump' on a webpage to 'Cheeto Jesus.' Nickname courtesy of Rick Wilson.
Rozmiar pliku 208 KB
Liczba instalacji 15
Aktualna Wersja 1.1.3
Ostatnia Aktualizacja 2016-06-24
Data Publikacji 2016-06-24
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper jermaine.m.jones3
Typ Płatności free
Obsługiwane Języki 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"
        }
    ]
}