Dump Trump

Naming Donald Trump for what he actually is.

What is Dump Trump?

Dump Trump is a Chrome extension developed by Heather Akers-Healy, and its main feature is "Naming Donald Trump for what he actually is.".

Extension Screenshots

screenshot
screenshot

Download Dump Trump Extension CRX File

Download Dump Trump 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 hand-crafted, artisanal Chrome extension mocks Donald Trump by adding phrases to his name that reflect his character.                    

Extension Basic Information

Name Dump Trump Dump Trump
ID cmigfbbmdkdjellndicbndnihppijaac
Official URL https://chromewebstore.google.com/detail/dump-trump/cmigfbbmdkdjellndicbndnihppijaac
Description Naming Donald Trump for what he actually is.
File Size 48.63 KB
Installation Count 16
Current Version 0.1.3
Last Updated 2017-01-22
Publish Date 2017-01-22
Rating 3.67/5 Total 3 Ratings
Developer Heather Akers-Healy
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dump Trump",
    "version": "0.1.3",
    "description": "Naming Donald Trump for what he actually is.",
    "author": "Heather Akers-Healy",
    "browser_action": {
        "default_title": "Use this to open the popup",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "",
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "replace.js"
            ],
            "run_at": "document_end"
        }
    ]
}