Trump to Duck

Replaces Trump with Duck

What is Trump to Duck?

Trump to Duck is a Chrome extension developed by Flaminx, and its main feature is "Replaces Trump with Duck".

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

                        This changes every instance of Trump to Duck on webpages.                    

Extension Basic Information

Name Trump to Duck Trump to Duck
ID djnakbkgcmemihclijflcocdpgbfchgd
Official URL https://chromewebstore.google.com/detail/trump-to-duck/djnakbkgcmemihclijflcocdpgbfchgd
Description Replaces Trump with Duck
File Size 21.61 KB
Installation Count 36
Current Version 1.0
Last Updated 2015-12-12
Publish Date 2015-12-12
Rating 4.20/5 Total 5 Ratings
Developer Flaminx
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 Trump with Duck",
    "icons": {
        "48": "LargeTrum.png",
        "128": "SmallTrum.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "D2D.js"
            ],
            "run_at": "document_end"
        }
    ]
}