Ward to Beardy McTraitorson

Replaces the text 'Ward' with 'Beardy McTraitorson'.

Ward to Beardy McTraitorson là gì?

Ward to Beardy McTraitorson là một tiện ích mở rộng Chrome được phát triển bởi Andrew, và tính năng chính của nó là "Replaces the text 'Ward' with 'Beardy McTraitorson'.".

Ả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 Ward to Beardy McTraitorson

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

                        Replaces "Ward" with "Beardy McTraitorson"

Uses panicsteve's cloud-to-butt code: https://github.com/panicsteve/cloud-to-butt                    

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

Tên Ward to Beardy McTraitorson Ward to Beardy McTraitorson
ID eeiloalhakajfbkokmlmlmkdbcidinfd
URL Chính Thức https://chromewebstore.google.com/detail/ward-to-beardy-mctraitors/eeiloalhakajfbkokmlmlmkdbcidinfd
Mô tả Replaces the text 'Ward' with 'Beardy McTraitorson'.
Kích Thước Tệp 3.36 KB
Số Lần Cài Đặt 23
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2014-09-25
Ngày Phát Hành 2014-09-25
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Andrew
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": "Ward to Beardy McTraitorson",
    "version": "1.0",
    "description": "Replaces the text 'Ward' with 'Beardy McTraitorson'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}