Democrat Punch

Changes every instance of the word Nazi to Democrat

What is Democrat Punch?

Democrat Punch is a Chrome extension developed by Unknown, and its main feature is "Changes every instance of the word Nazi to Democrat".

Extension Screenshots

screenshot

Download Democrat Punch Extension CRX File

Download Democrat Punch 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

                        Democrat Punch is a tasty extension that replaces every use of the word "Nazi" with the word "Democrat". 

Created by Craig R. Brittain (@CraigRBrittain on Twitter) - if you like this extension please contribute to me via Patreon at http://Patreon.com/Audit or alternatively you can make one-time donations via Square Cash at http://cash.me/$CraigBrittain.                    

Extension Basic Information

Name Democrat Punch Democrat Punch
ID hfdooeeigghchmdjnfbgdijidgkppdlb
Official URL https://chromewebstore.google.com/detail/democrat-punch/hfdooeeigghchmdjnfbgdijidgkppdlb
Description Changes every instance of the word Nazi to Democrat
File Size 24.4 KB
Installation Count 15
Current Version 1.776
Last Updated 2017-02-01
Publish Date 2017-01-31
Rating 5.00/5 Total 2 Ratings
Developer Unknown
Payment Type free
Extension Website http://twitter.com/CraigRBrittain
Help Page URL http://patreon.com/audit
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Democrat Punch",
    "description": "Changes every instance of the word Nazi to Democrat",
    "version": "1.776",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icon.png"
    }
}