Donald Trump Is An Actual Circus Clown

Replaces all instances of the name 'Donald Trump' with the text 'A Circus Clown'.

Co to jest Donald Trump Is An Actual Circus Clown?

Donald Trump Is An Actual Circus Clown to rozszerzenie Chrome opracowane przez satellytehye, a jego główną funkcją jest „Replaces all instances of the name 'Donald Trump' with the text 'A Circus Clown'.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Donald Trump Is An Actual Circus Clown

Pobierz pliki rozszerzeń Donald Trump Is An Actual Circus Clown 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

                        A simple javascript search-and-replace that swaps various permutations of the name "Donald Trump" with the text "A Circus Clown". Designed to hopefully eliminate some of the fatigue inherent to browsing the internet during these trying times.                    

Podstawowe informacje o rozszerzeniu

Nazwa Donald Trump Is An Actual Circus Clown Donald Trump Is An Actual Circus Clown
ID kohnonlalhadnjpmjcdebkdpbfmplmed
Oficjalny URL https://chromewebstore.google.com/detail/donald-trump-is-an-actual/kohnonlalhadnjpmjcdebkdpbfmplmed
Opis Replaces all instances of the name 'Donald Trump' with the text 'A Circus Clown'.
Rozmiar pliku 18.99 KB
Liczba instalacji 50
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2015-12-08
Data Publikacji 2015-12-08
Ocena 4.00/5 Łącznie 4 Oceny
Deweloper satellytehye
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Donald Trump Is An Actual Circus Clown",
    "short_name": "Trump2Clown",
    "description": "Replaces all instances of the name 'Donald Trump' with the text 'A Circus Clown'.",
    "version": "0.1",
    "icons": {
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}