Gun = Murder Weapon

Replaces the word 'Gun' with the phrase 'Murder Weapon' any time it appears on the web.

Gun = Murder Weapon क्या है?

Gun = Murder Weapon Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces the word 'Gun' with the phrase 'Murder Weapon' any time it appears on the web."।

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

screenshot

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

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

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

                        Inspired by Byron Clark's Chrome extension that changes the phrase "political correctness" to "treating people with respect" (http://bit.ly/1fNsSHh), I decided to take the same idea and apply it to my long time feeling that if we called guns what they were (murder weapons), we might all have a different attitude toward them. 

Two recent occurrences of gun violence hit exceptionally close to home, with people I know being directly affected. This morning I woke up to a story of a law enforcement officer being shot and killed while filling up his patrol car at the gas station.

See how different the web is when we call guns what they are--murder weapons.

Feel free to make suggestions for additional words to change to "murder weapon".

Links:

Byron Clark's "PC2Respect" http://bit.ly/1fNsSHh
Make Your Own Text-Replacing Chrome Extension http://9to5google.com/2015/06/14/how-to-make-a-chrome-extensions/                    

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

नाम Gun = Murder Weapon Gun = Murder Weapon
ID pfediiobchlhllkhlpnoikhbbmgibhlk
आधिकारिक URL https://chromewebstore.google.com/detail/gun-murder-weapon/pfediiobchlhllkhlpnoikhbbmgibhlk
विवरण Replaces the word 'Gun' with the phrase 'Murder Weapon' any time it appears on the web.
फ़ाइल का आकार 3.59 KB
स्थापना संख्या 169
वर्तमान संस्करण 0.1
अंतिम अपडेट 2015-08-30
प्रकाशन तिथि 2015-08-29
रेटिंग 2.00/5 कुल 17 रेटिंग्स
डेवलपर Unknown
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gun = Murder Weapon",
    "description": "Replaces the word 'Gun' with the phrase 'Murder Weapon' any time it appears on the web.",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}