Kimmie

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

Wat is Kimmie?

Kimmie is een Chrome-extensie ontwikkeld door defacto133, en de belangrijkste functie is "Replaces the "Jong Un" in Kim Jong Un's name to "Kardashian".".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Kimmie

Download Kimmie-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

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

Basisinformatie over de Extensie

Naam Kimmie Kimmie
ID bdfamppahbpokcnpjpaflnpmffhejhnc
Officiële URL https://chrome.google.com/webstore/detail/kimmie/bdfamppahbpokcnpjpaflnpmffhejhnc
Beschrijving Replaces the "Jong Un" in Kim Jong Un's name to "Kardashian".
Bestandsgrootte 34.48 KB
Aantal Installaties 132
Huidige Versie 0.1
Laatst Bijgewerkt 2014-10-27
Publicatiedatum 2014-10-27
Beoordeling 4.67/5 Totaal 12 Beoordelingen
Ontwikkelaar defacto133
Betalingswijze free
Ondersteunde Talen 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"
    }
}