Drumpf

Turns Trump to Drumpf

What is Drumpf?

Drumpf is a Chrome extension developed by Unknown, and its main feature is "Turns Trump to Drumpf".

Download Drumpf Extension CRX File

Download Drumpf 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

                        All it does is turn Donald Trump into Donald Drumpf                    

Extension Basic Information

Name Drumpf Drumpf
ID cigmbbgbjjbkipnbjbmlljcnkplmlngb
Official URL https://chromewebstore.google.com/detail/drumpf/cigmbbgbjjbkipnbjbmlljcnkplmlngb
Description Turns Trump to Drumpf
File Size 3.49 KB
Installation Count 87
Current Version 0.1
Last Updated 2016-03-01
Publish Date 2016-03-01
Rating 5.00/5 Total 2 Ratings
Developer Unknown
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Drumpf",
    "description": "Turns Trump to Drumpf",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}