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開發的Chrome擴展程式,該擴展的主要功能是“Replaces the word 'Gun' with the phrase 'Murder Weapon' any time it appears on the web.”。

擴展截圖

screenshot

下載Gun = Murder Weapon擴展crx文件

下載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
官方網址 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"
        }
    ]
}