Trump to Duck

Replaces 'Donald Trump' with 'Donald Duck' on all websites.

What is Trump to Duck?

Trump to Duck is a Chrome extension developed by Melvin, and its main feature is "Replaces 'Donald Trump' with 'Donald Duck' on all websites.".

Extension Screenshots

screenshot

Download Trump to Duck Extension CRX File

Download Trump to Duck 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 internet great again with this extension that replaces all text occurrences of Donald Trump with Donald Duck.                    

Extension Basic Information

Name Trump to Duck Trump to Duck
ID pjkmmjikebglpgmjajabpdnkbnliobca
Official URL https://chromewebstore.google.com/detail/trump-to-duck/pjkmmjikebglpgmjajabpdnkbnliobca
Description Replaces 'Donald Trump' with 'Donald Duck' on all websites.
File Size 3.36 KB
Installation Count 25
Current Version 1.0
Last Updated 2016-11-09
Publish Date 2016-11-09
Rating 5.00/5 Total 1 Ratings
Developer Melvin
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trump to Duck",
    "version": "1.0",
    "description": "Replaces 'Donald Trump' with 'Donald Duck' on all websites.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "script.js"
            ],
            "run_at": "document_end"
        }
    ]
}