Make Trump Salad Again

Replaces images of Trump with delicious salads.

什么是Make Trump Salad Again?

Make Trump Salad Again是由Salad-o-matic开发的Chrome扩展程序,该扩展的主要功能是“Replaces images of Trump with delicious salads.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Make Trump Salad Again扩展crx文件

下载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 cpjmagmjncogbfejbdagipklnnogmfaf
官方URL https://chromewebstore.google.com/detail/make-trump-salad-again/cpjmagmjncogbfejbdagipklnnogmfaf
简介 Replaces images of Trump with delicious salads.
文件大小 480 KB
安装次数 13
当前版本 0.3.3
更新时间 2016-12-10
上架时间 2016-12-10
评分 3.67/5 共3次评分
开发者 Salad-o-matic
电子邮箱 [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"
    }
}