Make Trump Salad Again
Replaces images of Trump with delicious salads.
What is Make Trump Salad Again?
Make Trump Salad Again is a Chrome extension developed by Salad-o-matic, and its main feature is "Replaces images of Trump with delicious salads.".
Extension Screenshots
Download Make Trump Salad Again Extension CRX File
Download Make Trump Salad Again extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | cpjmagmjncogbfejbdagipklnnogmfaf |
Official URL | https://chromewebstore.google.com/detail/make-trump-salad-again/cpjmagmjncogbfejbdagipklnnogmfaf |
Description | Replaces images of Trump with delicious salads. |
File Size | 480 KB |
Installation Count | 13 |
Current Version | 0.3.3 |
Last Updated | 2016-12-10 |
Publish Date | 2016-12-10 |
Rating | 3.67/5 Total 3 Ratings |
Developer | Salad-o-matic |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |