Donald Trump Is An Actual Circus Clown

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

Was ist Donald Trump Is An Actual Circus Clown?

Donald Trump Is An Actual Circus Clown ist eine Chrome-Erweiterung, die von satellytehye entwickelt wurde, und ihr Hauptmerkmal ist "Replaces all instances of the name 'Donald Trump' with the text 'A Circus Clown'.".

Erweiterungsscreenshots

screenshot

Donald Trump Is An Actual Circus Clown-Erweiterungs-CRX-Datei herunterladen

Laden Sie Donald Trump Is An Actual Circus Clown-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Donald Trump Is An Actual Circus Clown Donald Trump Is An Actual Circus Clown
ID kohnonlalhadnjpmjcdebkdpbfmplmed
Offizielle URL https://chromewebstore.google.com/detail/donald-trump-is-an-actual/kohnonlalhadnjpmjcdebkdpbfmplmed
Beschreibung Replaces all instances of the name 'Donald Trump' with the text 'A Circus Clown'.
Dateigröße 18.99 KB
Installationsanzahl 50
Aktuelle Version 0.1
Letztes Update 2015-12-08
Veröffentlichungsdatum 2015-12-08
Bewertung 4.00/5 Insgesamt 4 Bewertungen
Entwickler satellytehye
Zahlungsart free
Unterstützte Sprachen 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"
        }
    ]
}