Boruto's Dad

Replaces all instances of "Naruto" with "Boruto's Dad".

Boruto's Dad là gì?

Boruto's Dad là một tiện ích mở rộng Chrome được phát triển bởi puddi, và tính năng chính của nó là "Replaces all instances of "Naruto" with "Boruto's Dad".".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Boruto's Dad

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

                        Exactly what it says on the cover. Note: not actually guaranteed to replace all instances of Naruto.

1.0.1: Updated regex                    

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

Tên Boruto's Dad Boruto's Dad
ID fignfccppmliikeaojiijbjnojogobbi
URL Chính Thức https://chromewebstore.google.com/detail/borutos-dad/fignfccppmliikeaojiijbjnojogobbi
Mô tả Replaces all instances of "Naruto" with "Boruto's Dad".
Kích Thước Tệp 33.77 KB
Số Lần Cài Đặt 54
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2017-09-08
Ngày Phát Hành 2017-09-08
Đánh Giá 4.33/5 Tổng số 6 Đánh Giá
Nhà Phát Triển puddi
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": "Boruto's Dad",
    "version": "1.0.1",
    "description": "Replaces all instances of \"Naruto\" with \"Boruto's Dad\".",
    "icons": {
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "script.js"
            ],
            "run_at": "document_end"
        }
    ]
}