Bumpercar Candysnatch

Replaces Benedict Cumberbatch with silly names

Bumpercar Candysnatch là gì?

Bumpercar Candysnatch là một tiện ích mở rộng Chrome được phát triển bởi Viktor Seč, và tính năng chính của nó là "Replaces Benedict Cumberbatch with silly names".

Ả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 Bumpercar Candysnatch

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

                        Inspiration and original substitutions come from the following AskReddit thread:

https://www.reddit.com/r/AskReddit/comments/5ccuwq/whats_your_best_approximation_of_benedict/

Source available on GitHub: https://github.com/viktorsec/bumpercar-candysnatch                    

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

Tên Bumpercar Candysnatch Bumpercar Candysnatch
ID gfgeflpiolnadakikfnhlmlmnbmadbaj
URL Chính Thức https://chromewebstore.google.com/detail/bumpercar-candysnatch/gfgeflpiolnadakikfnhlmlmnbmadbaj
Mô tả Replaces Benedict Cumberbatch with silly names
Kích Thước Tệp 5.02 KB
Số Lần Cài Đặt 41
Phiên Bản Hiện Tại 0.1.2
Cập Nhật Lần Cuối 2016-11-12
Ngày Phát Hành 2016-11-12
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Viktor Seč
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/viktorsec/bumpercar-candysnatch
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bumpercar Candysnatch",
    "description": "Replaces Benedict Cumberbatch with silly names",
    "version": "0.1.2",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}