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
公式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"
    ]
}