Make Chrome Great Again

Donald J. Trump, telling it like it is since 1946.

Make Chrome Great Again란 무엇입니까?

Make Chrome Great Again은(는) Michael Goldstein에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Donald J. Trump, telling it like it is since 1946."입니다.

확장 프로그램 스크린샷

screenshot

Make Chrome Great Again 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension will Trumpify(TM) your browsing experience. To use, double click the flag icon by the address bar.

MCGA examines all images on a page. When a face is detected, it is switched out for the beautiful face of the 45th President of the United States of America. If there are any images that cannot be processed, the photo changes to one which properly honors The Donald Drumpf.

This extension also seeks to erase those who challenge America’s favorite CEO from the history books.  When your page tries to show the names of any of Mr. Trump’s foolish challengers, their names are replaced with that of our hero. Certain phrases are replaced with some of Donald’s greatest quotes.

Created with love at HackIllinois by Michael Goldstein, Noah Prince, Sarah Helm, and Mitchell Wortman. Source code available at https://github.com/mgold95/make-chrome-great                    

확장 프로그램 기본 정보

이름 Make Chrome Great Again Make Chrome Great Again
ID egkgkdmnadgnnmbkijnlgibahlmkejfj
공식 URL https://chromewebstore.google.com/detail/make-chrome-great-again/egkgkdmnadgnnmbkijnlgibahlmkejfj
설명 Donald J. Trump, telling it like it is since 1946.
파일 크기 14.73 MB
설치 횟수 107
현재 버전 0.1
최근 업데이트 2016-03-06
출시 날짜 2016-03-05
평점 5.00/5 총 13 개의 평점
개발자 Michael Goldstein
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Make Chrome Great Again",
    "description": "Donald J. Trump, telling it like it is since 1946.",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-1.11.1.min.js",
                "jquery.facedetection.min.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "iconOff.png"
    },
    "icons": {
        "16": "store_icon_16.png",
        "48": "store_icon_48.png",
        "128": "store_icon_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "https:\/\/www.google.com\/*",
        "http:\/\/www.google.com\/*"
    ],
    "web_accessible_resources": [
        "trump_cutouts\/*",
        "trump_pics\/**\/*",
        "replacements.json"
    ]
}