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.

Cos'è Donald Trump to F**kface Von Clownstick?

Donald Trump to F**kface Von Clownstick è un'estensione di Chrome sviluppata da archimedes__r, e la sua funzione principale è "Replaces 'Donald Trump' with 'Fuckface von Clownstick', and various breakdowns of Donald J Trump with their Clownstick counterparts.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Donald Trump to F**kface Von Clownstick

Scarica i file di estensione Donald Trump to F**kface Von Clownstick in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        - 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                    

Informazioni di Base sull'Estensione

Nome Donald Trump to F**kface Von Clownstick Donald Trump to F**kface Von Clownstick
ID kpdlhobffjgjjfkhcnffelihnmhnekhi
URL Ufficiale https://chrome.google.com/webstore/detail/donald-trump-to-fkface-vo/kpdlhobffjgjjfkhcnffelihnmhnekhi
Descrizione Replaces 'Donald Trump' with 'Fuckface von Clownstick', and various breakdowns of Donald J Trump with their Clownstick counterparts.
Dimensione del File 3.77 KB
Conteggio Installazioni 12
Versione Corrente 1.0
Ultimo Aggiornamento 2017-04-29
Data di Pubblicazione 2017-04-29
Sviluppatore archimedes__r
Tipo di Pagamento free
Lingue Supportate 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"
        }
    ]
}