Trumpinator 3000

Replace 'Donald Trump' with 'Donald '$quote' Trump. Make the web great again!

What is Trumpinator 3000?

Trumpinator 3000 is a Chrome extension developed by boomeasy, and its main feature is "Replace 'Donald Trump' with 'Donald '$quote' Trump. Make the web great again!".

Extension Screenshots

Download Trumpinator 3000 Extension CRX File

Download Trumpinator 3000 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

                        Make the web great again!
Replace 'Donald Trump' with 'Donald '$quote' Trump. Make the web great again!
inspired by trumpweb with additional quotes and some bug fixes.                    

Extension Basic Information

Name Trumpinator 3000 Trumpinator 3000
ID khfhhpmllkcdelbmpilggheoeopjhdmk
Official URL https://chromewebstore.google.com/detail/trumpinator-3000/khfhhpmllkcdelbmpilggheoeopjhdmk
Description Replace 'Donald Trump' with 'Donald '$quote' Trump. Make the web great again!
File Size 61.52 KB
Installation Count 21
Current Version 0.1.2
Last Updated 2016-01-24
Publish Date 2016-01-23
Developer boomeasy
Email [email protected]
Payment Type free
Extension Website https://twitter.com/trumpinator3000
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trumpinator 3000",
    "version": "0.1.2",
    "description": "Replace 'Donald Trump' with 'Donald '$quote' Trump.  Make the web great again!",
    "icons": {
        "16": "16x16_crop_trumper.png",
        "48": "48x48_crop_trumper.png",
        "128": "128x128_crop_trumper.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}