Make Trump Salad Again
Replaces images of Trump with delicious salads.
Qu'est-ce que Make Trump Salad Again ?
Make Trump Salad Again est une extension Chrome développée par Salad-o-matic, et sa fonction principale est "Replaces images of Trump with delicious salads.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Make Trump Salad Again
Téléchargez les fichiers d'extension Make Trump Salad Again 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
For many of us reeling at the results of #Decision2016, one more look at that marmalade face of hatred and bigotry is just too much. Let’s focus instead on those things that will bring us the strength we will absolutely need for this fight. Let the salads soothe you. Let them inspire your lunch plans. Maybe also let them inspire you to work a bit harder today to keep things like vegetables around.
Informations de Base sur l'Extension
Nom | |
ID | cpjmagmjncogbfejbdagipklnnogmfaf |
URL Officiel | https://chromewebstore.google.com/detail/make-trump-salad-again/cpjmagmjncogbfejbdagipklnnogmfaf |
Description | Replaces images of Trump with delicious salads. |
Taille du Fichier | 480 KB |
Nombre d'Installations | 13 |
Version Actuelle | 0.3.3 |
Dernière Mise à Jour | 2016-12-10 |
Date de Publication | 2016-12-10 |
Évaluation | 3.67/5 Total 3 Évaluations |
Développeur | Salad-o-matic |
[email protected] | |
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": "Make Trump Salad Again", "short_name": "Trump Salad", "description": "Replaces images of Trump with delicious salads.", "version": "0.3.3", "options_page": "html\/config.html", "browser_action": { "default_icon": "images\/bg_128.png", "default_title": "disable salad replacement" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "permissions": [ "tabs", "storage", "*:\/\/*\/*" ], "icons": { "128": "images\/bg_128.png" } } |