Trump to Chump

Replaces the text 'Trump' with 'Chump' for obvious reasons.

Co to jest Trump to Chump?

Trump to Chump to rozszerzenie Chrome opracowane przez Arsenal, a jego główną funkcją jest „Replaces the text 'Trump' with 'Chump' for obvious reasons.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Trump to Chump

Pobierz pliki rozszerzeń Trump to Chump 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

                                            

Podstawowe informacje o rozszerzeniu

Nazwa Trump to Chump Trump to Chump
ID cmepdjapkhfephneckblhdglohcodebc
Oficjalny URL https://chrome.google.com/webstore/detail/trump-to-chump/cmepdjapkhfephneckblhdglohcodebc
Opis Replaces the text 'Trump' with 'Chump' for obvious reasons.
Rozmiar pliku 3.53 KB
Liczba instalacji 31
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2015-11-06
Data Publikacji 2015-11-06
Ocena 5.00/5 Łącznie 7 Oceny
Deweloper Arsenal
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": "Trump to Chump",
    "description": "Replaces the text 'Trump' with 'Chump' for obvious reasons.",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}