Umbridgizer

This extension will turn the words 'Donald Trump' into 'Dolores Umbridge'.

What is Umbridgizer?

Umbridgizer is a Chrome extension developed by egdirbmu, and its main feature is "This extension will turn the words 'Donald Trump' into 'Dolores Umbridge'.".

Extension Screenshots

screenshot

Download Umbridgizer Extension CRX File

Download Umbridgizer 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 extension turns Donald Trump into Hogwarts teacher Dolores Umbridge.

Because somehow that just seems right.                    

Extension Basic Information

Name Umbridgizer Umbridgizer
ID fcnmedblgeflkchhbgdfjkccjodaghli
Official URL https://chromewebstore.google.com/detail/umbridgizer/fcnmedblgeflkchhbgdfjkccjodaghli
Description This extension will turn the words 'Donald Trump' into 'Dolores Umbridge'.
File Size 4.45 KB
Installation Count 18
Current Version 1.1
Last Updated 2016-03-03
Publish Date 2016-03-02
Rating 4.50/5 Total 8 Ratings
Developer egdirbmu
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Umbridgizer",
    "description": "This extension will turn the words 'Donald Trump' into 'Dolores Umbridge'.",
    "version": "1.1",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "muggle.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "kitty.png"
    },
    "short_name": "Umbridge"
}