Democrat Punch

Changes every instance of the word Nazi to Democrat

Democrat Punch क्या है?

Democrat Punch Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Changes every instance of the word Nazi to Democrat"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Democrat Punch एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Democrat Punch Democrat Punch
ID hfdooeeigghchmdjnfbgdijidgkppdlb
आधिकारिक URL https://chromewebstore.google.com/detail/democrat-punch/hfdooeeigghchmdjnfbgdijidgkppdlb
विवरण Changes every instance of the word Nazi to Democrat
फ़ाइल का आकार 24.4 KB
स्थापना संख्या 15
वर्तमान संस्करण 1.776
अंतिम अपडेट 2017-02-01
प्रकाशन तिथि 2017-01-31
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Unknown
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://twitter.com/CraigRBrittain
सहायता पृष्ठ URL http://patreon.com/audit
समर्थित भाषाएँ 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"
    }
}