Kimmie

Replaces the "Jong Un" in Kim Jong Un's name to "Kardashian".

What is Kimmie?

Kimmie is a Chrome extension developed by defacto133, and its main feature is "Replaces the "Jong Un" in Kim Jong Un's name to "Kardashian".".

Extension Screenshots

screenshot
screenshot

Download Kimmie Extension CRX File

Download Kimmie 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 the "Jong Un" in Kim Jong Un's name to "Kardashian".

Soure code: https://github.com/defacto133/kimmie                    

Extension Basic Information

Name Kimmie Kimmie
ID bdfamppahbpokcnpjpaflnpmffhejhnc
Official URL https://chrome.google.com/webstore/detail/kimmie/bdfamppahbpokcnpjpaflnpmffhejhnc
Description Replaces the "Jong Un" in Kim Jong Un's name to "Kardashian".
File Size 34.48 KB
Installation Count 132
Current Version 0.1
Last Updated 2014-10-27
Publish Date 2014-10-27
Rating 4.67/5 Total 12 Ratings
Developer defacto133
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.1",
    "name": "Kimmie",
    "description": "Replaces the \"Jong Un\" in Kim Jong Un's name to \"Kardashian\".",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}