Replace Trump Cabinet with Death Eaters

A fun extension to fittingly give each member of President Trump's cabinet a death eater's name whenever you see them.

What is Replace Trump Cabinet with Death Eaters?

Replace Trump Cabinet with Death Eaters is a Chrome extension developed by Kevin Hill, and its main feature is "A fun extension to fittingly give each member of President Trump's cabinet a death eater's name whenever you see them.".

Extension Screenshots

screenshot
screenshot

Download Replace Trump Cabinet with Death Eaters Extension CRX File

Download Replace Trump Cabinet with Death Eaters 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 is simply a fun extension to replace Trump and his cabinet members with Voldemort and various death eaters.

Note that anyone on your Facebook feed or otherwise who has the same name as these cabinet members will have their name changed. I'm currently looking into a solution for this.

Otherwise, enjoy bringing the world of Harry Potter to your post-election browsing experience!                    

Extension Basic Information

Name Replace Trump Cabinet with Death Eaters Replace Trump Cabinet with Death Eaters
ID kjlmoamboolopamaocnlheofmmjjmdna
Official URL https://chromewebstore.google.com/detail/replace-trump-cabinet-wit/kjlmoamboolopamaocnlheofmmjjmdna
Description A fun extension to fittingly give each member of President Trump's cabinet a death eater's name whenever you see them.
File Size 3.43 MB
Installation Count 112
Current Version 1.3
Last Updated 2017-03-19
Publish Date 2017-03-18
Rating 4.76/5 Total 17 Ratings
Developer Kevin Hill
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Replace Trump Cabinet with Death Eaters",
    "description": "A fun extension to fittingly give each member of President Trump's cabinet a death eater's name whenever you see them.",
    "version": "1.3",
    "browser_action": {
        "default_icon": "lightning_scar.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "jquery-3.1.1.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}