Trump Duck Extension

Replaces all mentions of Donald Trump with Donald Duck. Good times.

What is Trump Duck Extension?

Trump Duck Extension is a Chrome extension developed by tommybgoode, and its main feature is "Replaces all mentions of Donald Trump with Donald Duck. Good times.".

Download Trump Duck Extension Extension CRX File

Download Trump Duck Extension 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

                        Replaces mentions of the Republican presidential candidate with mentions of the Disney character.                    

Extension Basic Information

Name Trump Duck Extension Trump Duck Extension
ID cefmmojephggejabeafkdlpgngeielem
Official URL https://chromewebstore.google.com/detail/trump-duck-extension/cefmmojephggejabeafkdlpgngeielem
Description Replaces all mentions of Donald Trump with Donald Duck. Good times.
File Size 54.96 KB
Installation Count 17
Current Version 0.1.0
Last Updated 2016-01-28
Publish Date 2016-01-27
Rating 5.00/5 Total 1 Ratings
Developer tommybgoode
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Trump Duck Extension",
    "version": "0.1.0",
    "manifest_version": 2,
    "description": "Replaces all mentions of Donald Trump with Donald Duck. Good times.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        ""
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}