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.
Qu'est-ce que Donald Trump to F**kface Von Clownstick ?
Donald Trump to F**kface Von Clownstick est une extension Chrome développée par archimedes__r, et sa fonction principale est "Replaces 'Donald Trump' with 'Fuckface von Clownstick', and various breakdowns of Donald J Trump with their Clownstick counterparts.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Donald Trump to F**kface Von Clownstick
Téléchargez les fichiers d'extension Donald Trump to F**kface Von Clownstick au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
- 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
Informations de Base sur l'Extension
Nom | |
ID | kpdlhobffjgjjfkhcnffelihnmhnekhi |
URL Officiel | 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. |
Taille du Fichier | 3.77 KB |
Nombre d'Installations | 12 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2017-04-29 |
Date de Publication | 2017-04-29 |
Développeur | archimedes__r |
Type de Paiement | free |
Langues Prises en Charge | 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" } ] } |