Donald Trump Is An Actual Circus Clown

Replaces all instances of the name 'Donald Trump' with the text 'A Circus Clown'.

Donald Trump Is An Actual Circus Clown là gì?

Donald Trump Is An Actual Circus Clown là một tiện ích mở rộng Chrome được phát triển bởi satellytehye, và tính năng chính của nó là "Replaces all instances of the name 'Donald Trump' with the text 'A Circus Clown'.".

Ả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 Donald Trump Is An Actual Circus Clown

Tải xuống các tệp mở rộng Donald Trump Is An Actual Circus Clown 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 simple javascript search-and-replace that swaps various permutations of the name "Donald Trump" with the text "A Circus Clown". Designed to hopefully eliminate some of the fatigue inherent to browsing the internet during these trying times.                    

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

Tên Donald Trump Is An Actual Circus Clown Donald Trump Is An Actual Circus Clown
ID kohnonlalhadnjpmjcdebkdpbfmplmed
URL Chính Thức https://chromewebstore.google.com/detail/donald-trump-is-an-actual/kohnonlalhadnjpmjcdebkdpbfmplmed
Mô tả Replaces all instances of the name 'Donald Trump' with the text 'A Circus Clown'.
Kích Thước Tệp 18.99 KB
Số Lần Cài Đặt 50
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2015-12-08
Ngày Phát Hành 2015-12-08
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển satellytehye
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": "Donald Trump Is An Actual Circus Clown",
    "short_name": "Trump2Clown",
    "description": "Replaces all instances of the name 'Donald Trump' with the text 'A Circus Clown'.",
    "version": "0.1",
    "icons": {
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}