Make Trump Salad Again

Replaces images of Trump with delicious salads.

Vad är Make Trump Salad Again?

Make Trump Salad Again är en Chrome-tillägg utvecklad av Salad-o-matic, och dess huvudfunktion är "Replaces images of Trump with delicious salads.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Make Trump Salad Again-förlängningens CRX-fil

Ladda ner Make Trump Salad Again-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Make Trump Salad Again Make Trump Salad Again
ID cpjmagmjncogbfejbdagipklnnogmfaf
Officiell webbadress https://chromewebstore.google.com/detail/make-trump-salad-again/cpjmagmjncogbfejbdagipklnnogmfaf
Beskrivning Replaces images of Trump with delicious salads.
Filstorlek 480 KB
Antal Installationer 13
Aktuell Version 0.3.3
Senast Uppdaterad 2016-12-10
Publiceringsdatum 2016-12-10
Betyg 3.67/5 Totalt 3 Betyg
Utvecklare Salad-o-matic
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}