Donald Trump to F**kface Von Clownstick

Replaces 'Donald Trump' with 'Fuckface von Clownstick', and various breakdowns of Donald J Trump with their Clownstick counterparts.

Wat is Donald Trump to F**kface Von Clownstick?

Donald Trump to F**kface Von Clownstick is een Chrome-extensie ontwikkeld door archimedes__r, en de belangrijkste functie is "Replaces 'Donald Trump' with 'Fuckface von Clownstick', and various breakdowns of Donald J Trump with their Clownstick counterparts.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Donald Trump to F**kface Von Clownstick

Download Donald Trump to F**kface Von Clownstick-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

                        - Changes Donald Trump, Donald J Trump, Donald J. Trump, and Donald John Trump to "Fuckface von Clownstick"

- Changes Trump to "von Clownstick"

- Changes @realDonaldTrump to @FuckfaceVonClownstick

- Changes www.donaldjtrump.com (on webpages) to www.fuckfacevonclownstick.com                    

Basisinformatie over de Extensie

Naam Donald Trump to F**kface Von Clownstick Donald Trump to F**kface Von Clownstick
ID kpdlhobffjgjjfkhcnffelihnmhnekhi
Officiële URL https://chrome.google.com/webstore/detail/donald-trump-to-fkface-vo/kpdlhobffjgjjfkhcnffelihnmhnekhi
Beschrijving Replaces 'Donald Trump' with 'Fuckface von Clownstick', and various breakdowns of Donald J Trump with their Clownstick counterparts.
Bestandsgrootte 3.77 KB
Aantal Installaties 12
Huidige Versie 1.0
Laatst Bijgewerkt 2017-04-29
Publicatiedatum 2017-04-29
Ontwikkelaar archimedes__r
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Donald Trump to F**kface Von Clownstick",
    "description": "Replaces 'Donald Trump' with 'Fuckface von Clownstick', and various breakdowns of Donald J Trump with their Clownstick counterparts.",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}