Drumpf

Replaces the Trump name with the original name within the current content.

What is Drumpf?

Drumpf is a Chrome extension developed by alexako, and its main feature is "Replaces the Trump name with the original name within the current content.".

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

                                            

Extension Basic Information

Name Drumpf Drumpf
ID jhkcgkbkmifjbicjkbdojclapdecckab
Official URL https://chrome.google.com/webstore/detail/drumpf/jhkcgkbkmifjbicjkbdojclapdecckab
Description Replaces the Trump name with the original name within the current content.
File Size 36.99 KB
Installation Count 10
Current Version 1.0
Last Updated 2016-03-06
Publish Date 2016-03-06
Rating 5.00/5 Total 1 Ratings
Developer alexako
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": "Drumpf",
    "description": "Replaces the Trump name with the original name within the current content.",
    "version": "1.0",
    "icons": {
        "48": "48.png",
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}