Trump2Poop
Wipe out images of Donald Trump and replace them with a friendlier looking turd. Doesn't work for every site just yet.
Qu'est-ce que Trump2Poop ?
Trump2Poop est une extension Chrome développée par Steve M. Romain, et sa fonction principale est "Wipe out images of Donald Trump and replace them with a friendlier looking turd. Doesn't work for every site just yet.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Trump2Poop
Téléchargez les fichiers d'extension Trump2Poop 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
Wipe out images of Donald Trump and replace them with a friendlier looking turd. Often has unintended results. Doesn't work for every site, yet. Also, slideshows are kind of wonky. But I built this in an hour, it'll get better. Or stinkier. Whatever, man. Uninstall it from the Extensions menu, chrome://extensions, if you want to be confronted by Trump some more. Also, this is a goof. Please don't get mad or weird about it. K, thanx.
Informations de Base sur l'Extension
Nom | |
ID | kdkbjajjmloepgdifkhfcnjibpheholg |
URL Officiel | https://chrome.google.com/webstore/detail/trump2poop/kdkbjajjmloepgdifkhfcnjibpheholg |
Description | Wipe out images of Donald Trump and replace them with a friendlier looking turd. Doesn't work for every site just yet. |
Taille du Fichier | 102 KB |
Nombre d'Installations | 90 |
Version Actuelle | 0.0.1.1 |
Dernière Mise à Jour | 2015-08-10 |
Date de Publication | 2015-08-10 |
Évaluation | 4.82/5 Total 11 Évaluations |
Développeur | Steve M. Romain |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Trump2Poop", "version": "0.0.1.1", "manifest_version": 2, "description": "Wipe out images of Donald Trump and replace them with a friendlier looking turd. Doesn't work for every site just yet.", "icons": { "16": "images\/poop2.16.png", "48": "images\/poop2.48.png", "128": "images\/poop2.128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ], "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ "images\/poop1.jpg", "images\/poop2.jpg" ] } |