Kim Jong Trump

Replace any mention of Trump with Kim Jong Un

Vad är Kim Jong Trump?

Kim Jong Trump är en Chrome-tillägg utvecklad av Uncle Kevy, och dess huvudfunktion är "Replace any mention of Trump with Kim Jong Un".

Tilläggsskärmbilder

screenshot

Ladda ner Kim Jong Trump-förlängningens CRX-fil

Ladda ner Kim Jong Trump-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Kim Jong Trump Kim Jong Trump
ID cljofobkflalnjblekodigoamigbeaid
Officiell webbadress https://chrome.google.com/webstore/detail/kim-jong-trump/cljofobkflalnjblekodigoamigbeaid
Beskrivning Replace any mention of Trump with Kim Jong Un
Filstorlek 37.12 KB
Antal Installationer 146
Aktuell Version 1.0
Senast Uppdaterad 2017-08-13
Publiceringsdatum 2017-08-13
Betyg 5.00/5 Totalt 5 Betyg
Utvecklare Uncle Kevy
Betalningssätt free
Stödda Språk 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"
        }
    ]
}