The Other Kim

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

What is The Other Kim?

The Other Kim is a Chrome extension developed by smith.nick.nz, and its main feature is "Replaces 'Kardashian' with 'Jong Un' in browser.".

Extension Screenshots

screenshot

Download The Other Kim Extension CRX File

Download The Other Kim extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name The Other Kim The Other Kim
ID jaoloeonbpngogabpngfhmlkehipckha
Official URL https://chrome.google.com/webstore/detail/the-other-kim/jaoloeonbpngogabpngfhmlkehipckha
Description Replaces 'Kardashian' with 'Jong Un' in browser.
File Size 33.98 KB
Installation Count 27
Current Version 0.1
Last Updated 2015-05-05
Publish Date 2015-05-05
Rating 3.00/5 Total 2 Ratings
Developer smith.nick.nz
Payment Type free
Supported Languages 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
}