DAD2.0

When you are interested in a certain English phrase, select the English phrase with the mouse, and the DAD2.0 extension will show…

DAD2.0 là gì?

DAD2.0 là một tiện ích mở rộng Chrome được phát triển bởi DAD Community, và tính năng chính của nó là "When you are interested in a certain English phrase, select the English phrase with the mouse, and the DAD2.0 extension will show…".

Ả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 DAD2.0

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

                        When you are interested in a certain English phrase, select the English phrase with the mouse, and the DAD2.0 extension will show you relevant blockchain news, and will also display relevant DAD advertisements. Clicking on the ad will be profitable in the future, stay tuned.                    

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

Tên DAD2.0 DAD2.0
ID mbpjndbnpfijfhjcepegcibbegbofkke
URL Chính Thức https://chromewebstore.google.com/detail/dad20/mbpjndbnpfijfhjcepegcibbegbofkke
Mô tả When you are interested in a certain English phrase, select the English phrase with the mouse, and the DAD2.0 extension will show…
Kích Thước Tệp 356 KB
Số Lần Cài Đặt 16
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2022-06-29
Ngày Phát Hành 2022-06-23
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển DAD Community
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DAD2.0",
    "version": "1.0.1",
    "manifest_version": 3,
    "permissions": [],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/img\/logo.png",
            "32": "\/img\/logo.png",
            "48": "\/img\/logo.png",
            "128": "\/img\/logo.png"
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "css": [
                "static\/css\/content.css"
            ],
            "match_about_blank": true,
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "\/img\/logo.png",
        "32": "\/img\/logo.png",
        "48": "\/img\/logo.png",
        "128": "\/img\/logo.png"
    }
}