Make Trump Salad Again

Replaces images of Trump with delicious salads.

Co je Make Trump Salad Again?

Make Trump Salad Again je rozšíření Chrome vyvinuté Salad-o-matic, a jeho hlavní funkcí je „Replaces images of Trump with delicious salads.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Make Trump Salad Again

Stáhněte si soubory rozšíření Make Trump Salad Again ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Make Trump Salad Again Make Trump Salad Again
ID cpjmagmjncogbfejbdagipklnnogmfaf
Oficiální URL https://chromewebstore.google.com/detail/make-trump-salad-again/cpjmagmjncogbfejbdagipklnnogmfaf
Popis Replaces images of Trump with delicious salads.
Velikost souboru 480 KB
Počet instalací 13
Aktuální Verze 0.3.3
Poslední Aktualizace 2016-12-10
Datum Vydání 2016-12-10
Hodnocení 3.67/5 Celkem 3 Hodnocení
Vývojář Salad-o-matic
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}