The Other Kim

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

Что такое The Other Kim?

The Other Kim - это расширение Chrome, разработанное smith.nick.nz, и его основная функция - "Replaces 'Kardashian' with 'Jong Un' in browser.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения The Other Kim

Скачайте файлы расширений 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
}