Make Trump Salad Again

Replaces images of Trump with delicious salads.

O que é Make Trump Salad Again?

Make Trump Salad Again é uma extensão do Chrome desenvolvida por Salad-o-matic, e sua principal característica é "Replaces images of Trump with delicious salads.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Make Trump Salad Again

Baixe arquivos de extensão Make Trump Salad Again no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Make Trump Salad Again Make Trump Salad Again
ID cpjmagmjncogbfejbdagipklnnogmfaf
URL Oficial https://chromewebstore.google.com/detail/make-trump-salad-again/cpjmagmjncogbfejbdagipklnnogmfaf
Descrição Replaces images of Trump with delicious salads.
Tamanho do Arquivo 480 KB
Contagem de Instalações 13
Versão Atual 0.3.3
Última Atualização 2016-12-10
Data de Publicação 2016-12-10
Classificação 3.67/5 Total de 3 Avaliações
Desenvolvedor Salad-o-matic
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}