Donald Trump Is An Actual Circus Clown

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

What is Donald Trump Is An Actual Circus Clown?

Donald Trump Is An Actual Circus Clown is a Chrome extension developed by satellytehye, and its main feature is "Replaces all instances of the name 'Donald Trump' with the text 'A Circus Clown'.".

Extension Screenshots

screenshot

Download Donald Trump Is An Actual Circus Clown Extension CRX File

Download Donald Trump Is An Actual Circus Clown extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Donald Trump Is An Actual Circus Clown Donald Trump Is An Actual Circus Clown
ID kohnonlalhadnjpmjcdebkdpbfmplmed
Official URL https://chromewebstore.google.com/detail/donald-trump-is-an-actual/kohnonlalhadnjpmjcdebkdpbfmplmed
Description Replaces all instances of the name 'Donald Trump' with the text 'A Circus Clown'.
File Size 18.99 KB
Installation Count 50
Current Version 0.1
Last Updated 2015-12-08
Publish Date 2015-12-08
Rating 4.00/5 Total 4 Ratings
Developer satellytehye
Payment Type free
Supported Languages 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"
        }
    ]
}