ThOrder Quick Buy

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

What is ThOrder Quick Buy?

ThOrder Quick Buy is a Chrome extension developed by https://www.thorder.com, and its main feature is "ช้อปปิ้งที่เว็บ taobaoกับTmall 1688 ลูกค้าใส่ตะกร้าสินค้า thorder ได้โดยตรงที่หน้าเว็บของร้านค้าค่ะ".

Extension Screenshots

screenshot
screenshot
screenshot

Download ThOrder Quick Buy Extension CRX File

Download ThOrder Quick Buy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name ThOrder Quick Buy ThOrder Quick Buy
ID dhngdhfdpbdbgkjhofapadkeidbdconj
Official URL https://chromewebstore.google.com/detail/thorder-quick-buy/dhngdhfdpbdbgkjhofapadkeidbdconj
Description ช้อปปิ้งที่เว็บ taobaoกับTmall 1688 ลูกค้าใส่ตะกร้าสินค้า thorder ได้โดยตรงที่หน้าเว็บของร้านค้าค่ะ
File Size 252 KB
Installation Count 516
Current Version 3.1.0
Last Updated 2024-02-28
Publish Date 2019-12-30
Rating 4.43/5 Total 7 Ratings
Developer https://www.thorder.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.thorder.com/statement/privacy
Supported Languages 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*"
            ]
        }
    ]
}