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.
Vad är Donald Trump to F**kface Von Clownstick?
Donald Trump to F**kface Von Clownstick är en Chrome-tillägg utvecklad av archimedes__r, och dess huvudfunktion är "Replaces 'Donald Trump' with 'Fuckface von Clownstick', and various breakdowns of Donald J Trump with their Clownstick counterparts.".
Tilläggsskärmbilder
Ladda ner Donald Trump to F**kface Von Clownstick-förlängningens CRX-fil
Ladda ner Donald Trump to F**kface Von Clownstick-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
- 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
Grundläggande Information om Tillägg
Namn | |
ID | kpdlhobffjgjjfkhcnffelihnmhnekhi |
Officiell webbadress | https://chrome.google.com/webstore/detail/donald-trump-to-fkface-vo/kpdlhobffjgjjfkhcnffelihnmhnekhi |
Beskrivning | Replaces 'Donald Trump' with 'Fuckface von Clownstick', and various breakdowns of Donald J Trump with their Clownstick counterparts. |
Filstorlek | 3.77 KB |
Antal Installationer | 12 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2017-04-29 |
Publiceringsdatum | 2017-04-29 |
Utvecklare | archimedes__r |
Betalningssätt | free |
Stödda Språk | 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" } ] } |