Trump Toad Extension

It's the Trump Toad Extension!

Trump Toad Extension là gì?

Trump Toad Extension là một tiện ích mở rộng Chrome được phát triển bởi The Daily Show, và tính năng chính của nó là "It's the Trump Toad Extension!".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

                        We made a browser extension that replaces the "T" in Trump with a mushroom emoji so that you never, ever forget. Enjoy! 

- The Daily Show with Trevor Noah                    

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

Tên Trump Toad Extension Trump Toad Extension
ID noldliimakaajhekghbemjmknpmjnlam
URL Chính Thức https://chromewebstore.google.com/detail/trump-toad-extension/noldliimakaajhekghbemjmknpmjnlam
Mô tả It's the Trump Toad Extension!
Kích Thước Tệp 63.67 KB
Số Lần Cài Đặt 448
Phiên Bản Hiện Tại 1.0.6
Cập Nhật Lần Cuối 2018-09-20
Ngày Phát Hành 2018-09-20
Đánh Giá 4.95/5 Tổng số 20 Đánh Giá
Nhà Phát Triển The Daily Show
Email [email protected]
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": "Trump Toad Extension",
    "version": "1.0.6",
    "description": "It's the Trump Toad Extension!",
    "author": "The Daily Show",
    "icons": {
        "128": "\/img\/logo.png"
    },
    "browser_action": {
        "default_popup": "\/pages\/popup\/index.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/docs.google.com\/*",
                "https:\/\/drive.google.com\/*"
            ],
            "js": [
                "\/js\/content_scripts\/main.js"
            ]
        }
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "\/*"
    ]
}