Make Trump Salad Again

Replaces images of Trump with delicious salads.

Make Trump Salad Againとは何ですか?

Make Trump Salad Againはtrump-salad-againによって開発された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 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
Eメール [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"
    }
}