Make Trump Salad Again

Replaces images of Trump with delicious salads.

Что такое Make Trump Salad Again?

Make Trump Salad Again - это расширение Chrome, разработанное trump-salad-again, и его основная функция - "Replaces images of Trump with delicious salads.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Make Trump Salad Again

Скачайте файлы расширений Make Trump Salad Again в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Make Trump Salad Again Make Trump Salad Again
ID lpplgkcibloiccihelfnpggghfplmkmp
Официальный URL https://chromewebstore.google.com/detail/make-trump-salad-again/lpplgkcibloiccihelfnpggghfplmkmp
Описание Replaces images of Trump with delicious salads.
Размер файла 480 KB
Количество установок 23
Текущая Версия 0.3.3
Последнее Обновление 2016-12-10
Дата публикации 2016-12-10
Рейтинг 3.00/5 Всего 2 оценок
Разработчик trump-salad-again
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
    }
}