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文件

下载The Other Kim扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
}