Trumpify

This is your Chrome extension that replaces 'Donald Trump' with 'Alien Lizard Monster'.

What is Trumpify?

Trumpify is a Chrome extension developed by Unknown, and its main feature is "This is your Chrome extension that replaces 'Donald Trump' with 'Alien Lizard Monster'.".

Extension Screenshots

screenshot
screenshot

Download Trumpify Extension CRX File

Download Trumpify 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

                        Are you tired of reading about GOP nominee Alien Lizard Monster? Er...Donald Trump?

Well, have I got the thing for you! With this amazing Google Chrome extension, you can replace every instance of "Donald Trump" on any websites you visit with "Alien Lizard Monster"!                    

Extension Basic Information

Name Trumpify Trumpify
ID cjcjcdgkcablfjfbbnicgclgfkmjelpn
Official URL https://chromewebstore.google.com/detail/trumpify/cjcjcdgkcablfjfbbnicgclgfkmjelpn
Description This is your Chrome extension that replaces 'Donald Trump' with 'Alien Lizard Monster'.
File Size 3.85 KB
Installation Count 14
Current Version 1.0.1
Last Updated 2016-06-06
Publish Date 2016-06-06
Rating 5.00/5 Total 2 Ratings
Developer Unknown
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trumpify",
    "short_name": "Replace every instance of 'Donald Trump' with 'Alien Lizard Monster'",
    "description": "This is your Chrome extension that replaces 'Donald Trump' with 'Alien Lizard Monster'.",
    "version": "1.0.1",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "adjustTrumpContent.js"
            ],
            "run_at": "document_end"
        }
    ]
}