ThOrder Quick Buy

ช้อปปิ้งที่เว็บ taobaoกับTmall 1688 ลูกค้าใส่ตะกร้าสินค้า thorder ได้โดยตรงที่หน้าเว็บของร้านค้าค่ะ

ThOrder Quick Buy là gì?

ThOrder Quick Buy là một tiện ích mở rộng Chrome được phát triển bởi https://www.thorder.com, và tính năng chính của nó là "ช้อปปิ้งที่เว็บ taobaoกับTmall 1688 ลูกค้าใส่ตะกร้าสินค้า thorder ได้โดยตรงที่หน้าเว็บของร้านค้าค่ะ".

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

screenshot
screenshot
screenshot

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

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

                        ช็อปปิ้งที่เว็บจีนและเพิ่มสินค้าลงตะกร้าTHorderได้โดยตรงค่ะ                    

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

Tên ThOrder Quick Buy ThOrder Quick Buy
ID dhngdhfdpbdbgkjhofapadkeidbdconj
URL Chính Thức https://chromewebstore.google.com/detail/thorder-quick-buy/dhngdhfdpbdbgkjhofapadkeidbdconj
Mô tả ช้อปปิ้งที่เว็บ taobaoกับTmall 1688 ลูกค้าใส่ตะกร้าสินค้า thorder ได้โดยตรงที่หน้าเว็บของร้านค้าค่ะ
Kích Thước Tệp 252 KB
Số Lần Cài Đặt 516
Phiên Bản Hiện Tại 3.1.0
Cập Nhật Lần Cuối 2024-02-28
Ngày Phát Hành 2019-12-30
Đánh Giá 4.43/5 Tổng số 7 Đánh Giá
Nhà Phát Triển https://www.thorder.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.thorder.com/statement/privacy
Ngôn Ngữ Được Hỗ Trợ th
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ThOrder Quick Buy",
    "version": "3.1.0",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "asset\/*",
                "template\/*"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ],
    "incognito": "split",
    "description": "\u0e0a\u0e49\u0e2d\u0e1b\u0e1b\u0e34\u0e49\u0e07\u0e17\u0e35\u0e48\u0e40\u0e27\u0e47\u0e1a taobao\u0e01\u0e31\u0e1aTmall 1688 \u0e25\u0e39\u0e01\u0e04\u0e49\u0e32\u0e43\u0e2a\u0e48\u0e15\u0e30\u0e01\u0e23\u0e49\u0e32\u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32 thorder \u0e44\u0e14\u0e49\u0e42\u0e14\u0e22\u0e15\u0e23\u0e07\u0e17\u0e35\u0e48\u0e2b\u0e19\u0e49\u0e32\u0e40\u0e27\u0e47\u0e1a\u0e02\u0e2d\u0e07\u0e23\u0e49\u0e32\u0e19\u0e04\u0e49\u0e32\u0e04\u0e48\u0e30",
    "icons": {
        "16": "asset\/logo\/16x16.png",
        "32": "asset\/logo\/32x32.png",
        "96": "asset\/logo\/96x96.png",
        "128": "asset\/logo\/128x128.png"
    },
    "background": {
        "service_worker": "asset\/background.js",
        "type": "module"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/www.thorder.com\/*"
    ],
    "content_scripts": [
        {
            "css": [
                "asset\/layer.css",
                "asset\/style.css"
            ],
            "js": [
                "asset\/jquery-2.2.3.min.js",
                "asset\/base.js",
                "asset\/config.js",
                "asset\/utils.js",
                "asset\/script.js",
                "asset\/findTheSame.js",
                "asset\/gbk.min.js"
            ],
            "matches": [
                "*:\/\/*.taobao.com\/item*",
                "*:\/\/*.taobao.com\/search*",
                "*:\/\/*.tmall.com\/item*",
                "*:\/\/*.taobao.com\/trade*",
                "*:\/\/trade.tmall.com\/detail*",
                "*:\/\/*.1688.com\/offer*",
                "*:\/\/*.1688.com\/youyuan*",
                "*:\/\/*.yangkeduo.com\/*"
            ]
        },
        {
            "js": [
                "asset\/tmall.js",
                "asset\/tmall_old.js",
                "asset\/taobao_old.js"
            ],
            "matches": [
                "*:\/\/*.tmall.com\/item*",
                "*:\/\/*.taobao.com\/item*"
            ]
        },
        {
            "js": [
                "asset\/ali.js",
                "asset\/ali_old.js"
            ],
            "matches": [
                "*:\/\/*.1688.com\/offer*"
            ]
        }
    ]
}