Trump Replacer

Replaces 'Trump' with various alternate terms

Trump Replacer là gì?

Trump Replacer là một tiện ích mở rộng Chrome được phát triển bởi mustee, và tính năng chính của nó là "Replaces 'Trump' with various alternate terms".

Ả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 Replacer

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

                        Replaces 'Trump' with various alternate, more accurate terms.                    

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

Tên Trump Replacer Trump Replacer
ID jhkpjfpjfjgjohghkbekkbpokmjhblbe
URL Chính Thức https://chrome.google.com/webstore/detail/trump-replacer/jhkpjfpjfjgjohghkbekkbpokmjhblbe
Mô tả Replaces 'Trump' with various alternate terms
Kích Thước Tệp 4.25 KB
Số Lần Cài Đặt 16
Phiên Bản Hiện Tại 1
Cập Nhật Lần Cuối 2015-12-09
Ngày Phát Hành 2015-12-09
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển mustee
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 Replacer",
    "description": "Replaces 'Trump' with various alternate terms",
    "version": "1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}