Trump Replace

Replaces all instances of Trump's name on every page with something more tolerable.

Trump Replace là gì?

Trump Replace là một tiện ích mở rộng Chrome được phát triển bởi jackofspades, và tính năng chính của nó là "Replaces all instances of Trump's name on every page with something more tolerable.".

Ả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 Trump Replace

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

                        A Chrome extension that replaces all instances of Donald Trump's name on websites with something more palatable. All nicknames are taken from late-night TV shows and other comedy writers.                    

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

Tên Trump Replace Trump Replace
ID ndkbcljkfigafchkgjacamkkomjmdkpe
URL Chính Thức https://chromewebstore.google.com/detail/trump-replace/ndkbcljkfigafchkgjacamkkomjmdkpe
Mô tả Replaces all instances of Trump's name on every page with something more tolerable.
Kích Thước Tệp 8 KB
Số Lần Cài Đặt 77
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2016-10-13
Ngày Phát Hành 2016-10-13
Đánh Giá 4.92/5 Tổng số 12 Đánh Giá
Nhà Phát Triển jackofspades
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 Replace",
    "description": "Replaces all instances of Trump's name on every page with something more tolerable.",
    "version": "1.1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "48": "trump.png",
        "26": "trump.png"
    }
}