Trumpinator 3000

Replace 'Donald Trump' with 'Donald '$quote' Trump. Make the web great again!

Trumpinator 3000 là gì?

Trumpinator 3000 là một tiện ích mở rộng Chrome được phát triển bởi boomeasy, và tính năng chính của nó là "Replace 'Donald Trump' with 'Donald '$quote' Trump. Make the web great again!".

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

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

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

                        Make the web great again!
Replace 'Donald Trump' with 'Donald '$quote' Trump. Make the web great again!
inspired by trumpweb with additional quotes and some bug fixes.                    

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

Tên Trumpinator 3000 Trumpinator 3000
ID khfhhpmllkcdelbmpilggheoeopjhdmk
URL Chính Thức https://chromewebstore.google.com/detail/trumpinator-3000/khfhhpmllkcdelbmpilggheoeopjhdmk
Mô tả Replace 'Donald Trump' with 'Donald '$quote' Trump. Make the web great again!
Kích Thước Tệp 61.52 KB
Số Lần Cài Đặt 21
Phiên Bản Hiện Tại 0.1.2
Cập Nhật Lần Cuối 2016-01-24
Ngày Phát Hành 2016-01-23
Nhà Phát Triển boomeasy
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://twitter.com/trumpinator3000
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trumpinator 3000",
    "version": "0.1.2",
    "description": "Replace 'Donald Trump' with 'Donald '$quote' Trump.  Make the web great again!",
    "icons": {
        "16": "16x16_crop_trumper.png",
        "48": "48x48_crop_trumper.png",
        "128": "128x128_crop_trumper.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}