The Other Kim

Replaces 'Kardashian' with 'Jong Un' in browser.

The Other Kim란 무엇입니까?

The Other Kim은(는) smith.nick.nz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replaces 'Kardashian' with 'Jong Un' in browser."입니다.

확장 프로그램 스크린샷

screenshot

The Other Kim 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Replaces any mention of 'Kardashian' with 'Jong-Un' to make your web browsing experience a more pleasant one.

Note:
May interfere with photos
does not work in google search results                    

확장 프로그램 기본 정보

이름 The Other Kim The Other Kim
ID jaoloeonbpngogabpngfhmlkehipckha
공식 URL https://chrome.google.com/webstore/detail/the-other-kim/jaoloeonbpngogabpngfhmlkehipckha
설명 Replaces 'Kardashian' with 'Jong Un' in browser.
파일 크기 33.98 KB
설치 횟수 27
현재 버전 0.1
최근 업데이트 2015-05-05
출시 날짜 2015-05-05
평점 3.00/5 총 2 개의 평점
개발자 smith.nick.nz
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The Other Kim",
    "version": "0.1",
    "description": "Replaces 'Kardashian' with 'Jong Un' in browser.",
    "icons": {
        "48": "smallicon.png",
        "128": "bigicon.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*, https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "js": [
                "kardashian.js"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2
}