Trump to Festering Anus
Replaces the text 'Donald Trump' with 'Festering Anus'.
Qu'est-ce que Trump to Festering Anus ?
Trump to Festering Anus est une extension Chrome développée par Drunken Sasquatch, et sa fonction principale est "Replaces the text 'Donald Trump' with 'Festering Anus'.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Trump to Festering Anus
Téléchargez les fichiers d'extension Trump to Festering Anus 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
Do you think that Donald Trump is a mixture of Biff Tannen and a halloween pumpkin in december? Maybe you're just sick of seeing facebook posts from that borderline sociopath you know from high school that you can't bring yourself to unfriend. Maybe you resent the fact that Donald Trump wants to "slow Cosby" America. Does watching around-the-clock CNN coverage of Donald Trump make you feel like David Carradine being slowly strangled by the noose of cheap journalism? Regardless (or irregardless as a Trump supporter might say), you should just install this extension.
Informations de Base sur l'Extension
Nom | |
ID | bcgcnhpijehppimfgpodckmnlnlhmeje |
URL Officiel | https://chrome.google.com/webstore/detail/trump-to-festering-anus/bcgcnhpijehppimfgpodckmnlnlhmeje |
Description | Replaces the text 'Donald Trump' with 'Festering Anus'. |
Taille du Fichier | 26.98 KB |
Nombre d'Installations | 155 |
Version Actuelle | 1.5 |
Dernière Mise à Jour | 2015-12-28 |
Date de Publication | 2015-12-28 |
Évaluation | 4.76/5 Total 21 Évaluations |
Développeur | Drunken Sasquatch |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trump to Festering Anus", "short_name": "T2A", "version": "1.5", "icons": { "128": "trump-head.png" }, "description": "Replaces the text 'Donald Trump' with 'Festering Anus'.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_idle" } ] } |