Some Circus Clown

An extension that replaces 'Ben Carson' with 'some circus clown'

Some Circus Clown là gì?

Some Circus Clown là một tiện ích mở rộng Chrome được phát triển bởi kathleenburk08, và tính năng chính của nó là "An extension that replaces 'Ben Carson' with 'some 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 Some Circus Clown

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

                        An extension that replaces 'Ben Carson' with 'some circus clown'

Version 1.0

Refactored code

Version 0.2

Working code!
Replaces 'Carson' with 'the circus clown', 'Dr. Ben Carson' with 'Dr. Circus Clown', and 'Dr. Benjamin Carson' with 'Dr. Barnum and Bailey Circus Clown Supreme'.

Version 0.1

Test run, not working                    

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

Tên Some Circus Clown Some Circus Clown
ID iaamcepimkmnknomgcodjeihafpnfhmf
URL Chính Thức https://chromewebstore.google.com/detail/some-circus-clown/iaamcepimkmnknomgcodjeihafpnfhmf
Mô tả An extension that replaces 'Ben Carson' with 'some circus clown'
Kích Thước Tệp 34.78 KB
Số Lần Cài Đặt 14
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2015-11-09
Ngày Phát Hành 2015-11-08
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển kathleenburk08
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": "Some Circus Clown",
    "description": "An extension that replaces 'Ben Carson' with 'some circus clown'",
    "version": "1.0",
    "icons": {
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}