Make Chrome Great Again

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

Make Chrome Great Again là gì?

Make Chrome Great Again là một tiện ích mở rộng Chrome được phát triển bởi Michael Goldstein, và tính năng chính của nó là "Donald J. Trump, telling it like it is since 1946.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Make Chrome Great Again

Tải xuống các tệp mở rộng Make Chrome Great Again dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Make Chrome Great Again Make Chrome Great Again
ID egkgkdmnadgnnmbkijnlgibahlmkejfj
URL Chính Thức https://chromewebstore.google.com/detail/make-chrome-great-again/egkgkdmnadgnnmbkijnlgibahlmkejfj
Mô tả Donald J. Trump, telling it like it is since 1946.
Kích Thước Tệp 14.73 MB
Số Lần Cài Đặt 107
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2016-03-06
Ngày Phát Hành 2016-03-05
Đánh Giá 5.00/5 Tổng số 13 Đánh Giá
Nhà Phát Triển Michael Goldstein
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}