Make Trump Salad Again
Replaces images of Trump with delicious salads.
Hvad er Make Trump Salad Again?
Make Trump Salad Again er en Chrome-udvidelse udviklet af Salad-o-matic, og dens hovedfunktion er "Replaces images of Trump with delicious salads.".
Udvidelsesskærmbilleder
Download Make Trump Salad Again-udvidelses-CRX-fil
Download Make Trump Salad Again-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | cpjmagmjncogbfejbdagipklnnogmfaf |
Officiel URL | https://chromewebstore.google.com/detail/make-trump-salad-again/cpjmagmjncogbfejbdagipklnnogmfaf |
Beskrivelse | Replaces images of Trump with delicious salads. |
Filstørrelse | 480 KB |
Antal Installationer | 13 |
Nuværende Version | 0.3.3 |
Senest Opdateret | 2016-12-10 |
Udgivelsesdato | 2016-12-10 |
Bedømmelse | 3.67/5 Samlet 3 Bedømmelser |
Udvikler | Salad-o-matic |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |