The Other Kim

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

Co to jest The Other Kim?

The Other Kim to rozszerzenie Chrome opracowane przez smith.nick.nz, a jego główną funkcją jest „Replaces 'Kardashian' with 'Jong Un' in browser.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia The Other Kim

Pobierz pliki rozszerzeń The Other Kim w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa The Other Kim The Other Kim
ID jaoloeonbpngogabpngfhmlkehipckha
Oficjalny URL https://chrome.google.com/webstore/detail/the-other-kim/jaoloeonbpngogabpngfhmlkehipckha
Opis Replaces 'Kardashian' with 'Jong Un' in browser.
Rozmiar pliku 33.98 KB
Liczba instalacji 27
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2015-05-05
Data Publikacji 2015-05-05
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper smith.nick.nz
Typ Płatności free
Obsługiwane Języki 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
}