Dicky B

Replaces all instances of 'Blake Bortles', 'Bortles', 'Warbortles', or 'BB5' with 'Big Dick Bortles'

Dicky B là gì?

Dicky B là một tiện ích mở rộng Chrome được phát triển bởi Thorgi, và tính năng chính của nó là "Replaces all instances of 'Blake Bortles', 'Bortles', 'Warbortles', or 'BB5' with 'Big Dick Bortles'".

Tải xuống tệp CRX của tiện ích mở rộng Dicky B

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

                        Serves to promote the glory that is Blake Bortles.

Replaces all instances of 'Blake Bortles', 'Bortles', 'Warbortles', or 'BB5' with 'Big Dick Bortles'                    

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

Tên Dicky B Dicky B
ID chmblekblbaeoekndhomhpfjhgjejhii
URL Chính Thức https://chrome.google.com/webstore/detail/dicky-b/chmblekblbaeoekndhomhpfjhgjejhii
Mô tả Replaces all instances of 'Blake Bortles', 'Bortles', 'Warbortles', or 'BB5' with 'Big Dick Bortles'
Kích Thước Tệp 4.72 KB
Số Lần Cài Đặt 10
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2015-10-25
Ngày Phát Hành 2015-10-25
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Thorgi
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dicky B",
    "description": "Replaces all instances of 'Blake Bortles', 'Bortles', 'Warbortles', or 'BB5' with 'Big Dick Bortles'",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}