Oompa J. Loompa

Replaces the name Donald Trump with Oompa Loompa

What is Oompa J. Loompa?

Oompa J. Loompa is a Chrome extension developed by patrick.heckethorn, and its main feature is "Replaces the name Donald Trump with Oompa Loompa".

Extension Screenshots

screenshot

Download Oompa J. Loompa Extension CRX File

Download Oompa J. Loompa 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

                        An extension to take the edge off this nightmare.

Created with code from Github user myyk.                    

Extension Basic Information

Name Oompa J. Loompa Oompa J. Loompa
ID beacnkleelddepmcipbfpkmlbakhlklb
Official URL https://chromewebstore.google.com/detail/oompa-j-loompa/beacnkleelddepmcipbfpkmlbakhlklb
Description Replaces the name Donald Trump with Oompa Loompa
File Size 1.32 MB
Installation Count 18
Current Version 1.0
Last Updated 2017-01-24
Publish Date 2017-01-24
Rating 5.00/5 Total 1 Ratings
Developer patrick.heckethorn
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Oompa J. Loompa",
    "description": "Replaces the name Donald Trump with Oompa Loompa",
    "version": "1.0",
    "icons": {
        "128": "images\/Oompa_Loompa.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}