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.

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

Donald Trump to F**kface Von Clownstick is a Chrome extension developed by archimedes__r, and its main feature is "Replaces 'Donald Trump' with 'Fuckface von Clownstick', and various breakdowns of Donald J Trump with their Clownstick counterparts.".

Extension Screenshots

screenshot

Download Donald Trump to F**kface Von Clownstick Extension CRX File

Download Donald Trump to F**kface Von Clownstick extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        - 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                    

Extension Basic Information

Name Donald Trump to F**kface Von Clownstick Donald Trump to F**kface Von Clownstick
ID kpdlhobffjgjjfkhcnffelihnmhnekhi
Official URL https://chrome.google.com/webstore/detail/donald-trump-to-fkface-vo/kpdlhobffjgjjfkhcnffelihnmhnekhi
Description Replaces 'Donald Trump' with 'Fuckface von Clownstick', and various breakdowns of Donald J Trump with their Clownstick counterparts.
File Size 3.77 KB
Installation Count 12
Current Version 1.0
Last Updated 2017-04-29
Publish Date 2017-04-29
Developer archimedes__r
Payment Type free
Supported Languages 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"
        }
    ]
}