Donald Trump Is An Actual Circus Clown

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

Wat is Donald Trump Is An Actual Circus Clown?

Donald Trump Is An Actual Circus Clown is een Chrome-extensie ontwikkeld door satellytehye, en de belangrijkste functie is "Replaces all instances of the name 'Donald Trump' with the text 'A Circus Clown'.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Donald Trump Is An Actual Circus Clown

Download Donald Trump Is An Actual Circus Clown-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Donald Trump Is An Actual Circus Clown Donald Trump Is An Actual Circus Clown
ID kohnonlalhadnjpmjcdebkdpbfmplmed
Officiële URL https://chromewebstore.google.com/detail/donald-trump-is-an-actual/kohnonlalhadnjpmjcdebkdpbfmplmed
Beschrijving Replaces all instances of the name 'Donald Trump' with the text 'A Circus Clown'.
Bestandsgrootte 18.99 KB
Aantal Installaties 50
Huidige Versie 0.1
Laatst Bijgewerkt 2015-12-08
Publicatiedatum 2015-12-08
Beoordeling 4.00/5 Totaal 4 Beoordelingen
Ontwikkelaar satellytehye
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}