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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Replaces the word 'Gun' with the phrase 'Murder Weapon' any time it appears on the web."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gun = Murder Weapon

ดาวน์โหลดไฟล์ส่วนขยาย Gun = Murder Weapon ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
        }
    ]
}