Drumpf

Donald Trump -> Donald Drumpf

What is Drumpf?

Drumpf is a Chrome extension developed by brandon.canaday, and its main feature is "Donald Trump -> Donald Drumpf".

Extension Screenshots

screenshot
screenshot
screenshot

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

                        Just a bit of fun. Changes all occurrences of Donald Trump's current surname to his old- and much more fun to say- family surname. It's even better than Drumpfinator (sorry John)!                    

Extension Basic Information

Name Drumpf Drumpf
ID kekodjhnodpckpicipbflploeipnfggi
Official URL https://chromewebstore.google.com/detail/drumpf/kekodjhnodpckpicipbflploeipnfggi
Description Donald Trump -> Donald Drumpf
File Size 68.3 KB
Installation Count 40
Current Version 0.1.0
Last Updated 2017-05-25
Publish Date 2017-05-25
Rating 3.00/5 Total 1 Ratings
Developer brandon.canaday
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Drumpf",
    "description": "Donald Trump -> Donald Drumpf",
    "version": "0.1.0",
    "browser_action": {
        "default_icon": {
            "16": "assets\/icon16.png",
            "48": "assets\/icon48.png",
            "128": "assets\/icon128.png"
        },
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "css": [
                "css\/main.css"
            ],
            "js": [
                "js\/drumpf.js"
            ],
            "matches": [
                "http:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "http:\/\/*\/*"
    ]
}