Make Trump Salad Again
Replaces images of Trump with delicious salads.
Wat is Make Trump Salad Again?
Make Trump Salad Again is een Chrome-extensie ontwikkeld door trump-salad-again, en de belangrijkste functie is "Replaces images of Trump with delicious salads.".
Extensie Screenshots
Download het CRX-bestand van de extensie Make Trump Salad Again
Download Make Trump Salad Again-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | lpplgkcibloiccihelfnpggghfplmkmp |
Officiële URL | https://chromewebstore.google.com/detail/make-trump-salad-again/lpplgkcibloiccihelfnpggghfplmkmp |
Beschrijving | Replaces images of Trump with delicious salads. |
Bestandsgrootte | 480 KB |
Aantal Installaties | 23 |
Huidige Versie | 0.3.3 |
Laatst Bijgewerkt | 2016-12-10 |
Publicatiedatum | 2016-12-10 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | trump-salad-again |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |