Benedict Cumberbatch-inator

Everytime it sees the name 'Benedict Cumberbatch', it will replace it with a custom parody, composed of different parts to create a…

Benedict Cumberbatch-inator là gì?

Benedict Cumberbatch-inator là một tiện ích mở rộng Chrome được phát triển bởi gabefoad, và tính năng chính của nó là "Everytime it sees the name 'Benedict Cumberbatch', it will replace it with a custom parody, composed of different parts to create a…".

Tải xuống tệp CRX của tiện ích mở rộng Benedict Cumberbatch-inator

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

                        Everytime it sees the name 'Benedict Cumberbatch', it will replace it with a custom parody, composed of different parts to create a lifelike name.                    

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

Tên Benedict Cumberbatch-inator Benedict Cumberbatch-inator
ID ampoimiogjcflocfdikffpcpgongfkgh
URL Chính Thức https://chrome.google.com/webstore/detail/benedict-cumberbatch-inat/ampoimiogjcflocfdikffpcpgongfkgh
Mô tả Everytime it sees the name 'Benedict Cumberbatch', it will replace it with a custom parody, composed of different parts to create a…
Kích Thước Tệp 4.99 KB
Số Lần Cài Đặt 14
Phiên Bản Hiện Tại 1.2.0
Cập Nhật Lần Cuối 2016-07-21
Ngày Phát Hành 2016-07-21
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển gabefoad
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Benedict Cumberbatch-inator",
    "manifest_version": 2,
    "version": "1.2.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "benedict.js"
            ],
            "run_at": "document_end"
        }
    ]
}