Donald Dump

Turn Trump into Dump

Donald Dump란 무엇입니까?

Donald Dump은(는) Michael Pastore에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Turn Trump into Dump"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Donald Dump 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        At which point do you abstain from clickbait in pursuit of a higher-content calling?
What if this clickbait is running for president?
And this potential president perpetuates hatespeak?
How do you balance "not mentioning his name to quell his flame" with "gobbling up the latest hate"?

I don't have answers to any of these questions. But here's an extension that changes the word "Trump" into a random, lame, monosyllabic -ump word.

UPDATE with v0.4: images on the page are now replaced with a random cat image (thanks to lorempixel.com!)
UPDATE with v.0.5: inspired by John Oliver, I added "Drumpf" into the mix                    

확장 프로그램 기본 정보

이름 Donald Dump Donald Dump
ID iiefianghlihkhlemfmoodbkfdlhegin
공식 URL https://chromewebstore.google.com/detail/donald-dump/iiefianghlihkhlemfmoodbkfdlhegin
설명 Turn Trump into Dump
파일 크기 76.6 KB
설치 횟수 19
현재 버전 0.5
최근 업데이트 2016-03-09
출시 날짜 2016-03-09
평점 4.00/5 총 4 개의 평점
개발자 Michael Pastore
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Donald Dump",
    "version": "0.5",
    "description": "Turn Trump into Dump",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "trump48.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "48": "trump48.png",
        "128": "trump128.png"
    }
}