Trump Goggles

See the world like Trump does.

Trump Goggles là gì?

Trump Goggles là một tiện ích mở rộng Chrome được phát triển bởi phrazzld, và tính năng chính của nó là "See the world like Trump does.".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Trump Goggles

Tải xuống các tệp mở rộng Trump Goggles 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

                        See the world through Trump's eyes.

ISIS = Evil Losers
Hillary Clinton = Crooked Hillary
CNN = Clinton News Network
New York Times = Fake News
Kim Jong Un = Little Rocket Man
Coffee = covfefe

And many more!                    

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

Tên Trump Goggles Trump Goggles
ID jffbimfdmgbfannficjejaffmnggoigd
URL Chính Thức https://chromewebstore.google.com/detail/trump-goggles/jffbimfdmgbfannficjejaffmnggoigd
Mô tả See the world like Trump does.
Kích Thước Tệp 30.44 KB
Số Lần Cài Đặt 38
Phiên Bản Hiện Tại 18.4.08
Cập Nhật Lần Cuối 2018-04-08
Ngày Phát Hành 2018-04-08
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển phrazzld
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trump Goggles",
    "short_name": "trumpgoggles",
    "description": "See the world like Trump does.",
    "version": "18.4.08",
    "browser_action": {
        "default_title": "Trump Goggles",
        "default_icon": {
            "19": "images\/djt.png",
            "38": "images\/djt.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "webRequest",
        "*:\/\/*\/*",
        "storage",
        "contextMenus"
    ],
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "options_page": "options.html",
    "icons": {
        "16": "images\/djt.png",
        "48": "images\/djt.png",
        "128": "images\/djt.png"
    }
}