Make Trump Salad Again

Replaces images of Trump with delicious salads.

Cos'è Make Trump Salad Again?

Make Trump Salad Again è un'estensione di Chrome sviluppata da Salad-o-matic, e la sua funzione principale è "Replaces images of Trump with delicious salads.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Make Trump Salad Again

Scarica i file di estensione Make Trump Salad Again in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Make Trump Salad Again Make Trump Salad Again
ID cpjmagmjncogbfejbdagipklnnogmfaf
URL Ufficiale https://chromewebstore.google.com/detail/make-trump-salad-again/cpjmagmjncogbfejbdagipklnnogmfaf
Descrizione Replaces images of Trump with delicious salads.
Dimensione del File 480 KB
Conteggio Installazioni 13
Versione Corrente 0.3.3
Ultimo Aggiornamento 2016-12-10
Data di Pubblicazione 2016-12-10
Valutazione 3.67/5 Totale 3 Valutazioni
Sviluppatore Salad-o-matic
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}