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文件

下載Make Chrome Great Again擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}