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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
        }
    ]
}