Kim Jong Trump

Replace any mention of Trump with Kim Jong Un

Wat is Kim Jong Trump?

Kim Jong Trump is een Chrome-extensie ontwikkeld door Uncle Kevy, en de belangrijkste functie is "Replace any mention of Trump with Kim Jong Un".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Kim Jong Trump

Download Kim Jong Trump-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

                        Trump and Kim Jong Un are getting more and more similar by the day. But what would headlines look like when Trump is replaced with the dictator? Let's see.                    

Basisinformatie over de Extensie

Naam Kim Jong Trump Kim Jong Trump
ID cljofobkflalnjblekodigoamigbeaid
Officiële URL https://chrome.google.com/webstore/detail/kim-jong-trump/cljofobkflalnjblekodigoamigbeaid
Beschrijving Replace any mention of Trump with Kim Jong Un
Bestandsgrootte 37.12 KB
Aantal Installaties 146
Huidige Versie 1.0
Laatst Bijgewerkt 2017-08-13
Publicatiedatum 2017-08-13
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar Uncle Kevy
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Kim Jong Trump",
    "description": "Replace any mention of Trump with Kim Jong Un",
    "version": "1.0",
    "icons": {
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}