Trump McDuck

A Chrome extension to replace the phrase Donald Trump to Scrooge McDuck

What is Trump McDuck?

Trump McDuck is a Chrome extension developed by https://thisismyurl.com, and its main feature is "A Chrome extension to replace the phrase Donald Trump to Scrooge McDuck".

Extension Screenshots

screenshot

Download Trump McDuck Extension CRX File

Download Trump McDuck 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

                        Trump McDuck is a fun extension that changes Donald Trump to Scrooge McDuck in your browser.

It also replaces the phrase Donald with Scrooge, and Trump with McDuck.                    

Extension Basic Information

Name Trump McDuck Trump McDuck
ID kfpnjcchmigkcjmnnnfelbjpiffjemln
Official URL https://chromewebstore.google.com/detail/trump-mcduck/kfpnjcchmigkcjmnnnfelbjpiffjemln
Description A Chrome extension to replace the phrase Donald Trump to Scrooge McDuck
File Size 5.52 KB
Installation Count 12
Current Version 1.0.1
Last Updated 2016-12-12
Publish Date 2016-12-12
Rating 5.00/5 Total 1 Ratings
Developer https://thisismyurl.com
Email [email protected]
Payment Type free
Privacy Policy Page URL http://thisismyurl.com/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trump McDuck",
    "description": "A Chrome extension to replace the phrase Donald Trump to Scrooge McDuck",
    "version": "1.0.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}