Make Trump Salad Again
Replaces images of Trump with delicious salads.
Was ist Make Trump Salad Again?
Make Trump Salad Again ist eine Chrome-Erweiterung, die von Salad-o-matic entwickelt wurde, und ihr Hauptmerkmal ist "Replaces images of Trump with delicious salads.".
Erweiterungsscreenshots
Make Trump Salad Again-Erweiterungs-CRX-Datei herunterladen
Laden Sie Make Trump Salad Again-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | cpjmagmjncogbfejbdagipklnnogmfaf |
Offizielle URL | https://chromewebstore.google.com/detail/make-trump-salad-again/cpjmagmjncogbfejbdagipklnnogmfaf |
Beschreibung | Replaces images of Trump with delicious salads. |
Dateigröße | 480 KB |
Installationsanzahl | 13 |
Aktuelle Version | 0.3.3 |
Letztes Update | 2016-12-10 |
Veröffentlichungsdatum | 2016-12-10 |
Bewertung | 3.67/5 Insgesamt 3 Bewertungen |
Entwickler | Salad-o-matic |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |