Let's Get This Bread

Replaces every synonym of the word 'money' with 'bread'.

Let's Get This Bread là gì?

Let's Get This Bread là một tiện ích mở rộng Chrome được phát triển bởi kurgan freedle, và tính năng chính của nó là "Replaces every synonym of the word 'money' with 'bread'.".

Ả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 Let's Get This Bread

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

                                            

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

Tên Let's Get This Bread Let's Get This Bread
ID gbacclkcifpklolkhmokpdohkeablfpd
URL Chính Thức https://chromewebstore.google.com/detail/lets-get-this-bread/gbacclkcifpklolkhmokpdohkeablfpd
Mô tả Replaces every synonym of the word 'money' with 'bread'.
Kích Thước Tệp 3.51 KB
Số Lần Cài Đặt 54
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2018-10-16
Ngày Phát Hành 2018-10-16
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển kurgan freedle
Email [email protected]
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": "Let's Get This Bread",
    "description": "Replaces every synonym of the word 'money' with 'bread'.",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}