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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}