Vcanbuy

支持1688、淘宝、天猫

What is Vcanbuy?

Vcanbuy is a Chrome extension developed by yeechong1120, and its main feature is "支持1688、淘宝、天猫".

Extension Screenshots

screenshot

Download Vcanbuy Extension CRX File

Download Vcanbuy 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

                        ในขณะที่ท่านกำลังเลือกสินค้าผ่าน Website 1688/Taobao/Tmall , ท่านสามารถเพิ่มสินค้าเข้าตระกร้าสินค้า Vcanbuy ได้ทันที!                    

Extension Basic Information

Name Vcanbuy Vcanbuy
ID kjkchfliomickalegimndefckmbfokkc
Official URL https://chromewebstore.google.com/detail/vcanbuy/kjkchfliomickalegimndefckmbfokkc
Description 支持1688、淘宝、天猫
File Size 61.59 KB
Installation Count 1,743
Current Version 1.0.1
Last Updated 2020-10-30
Publish Date 2020-10-23
Rating 1.00/5 Total 1 Ratings
Developer yeechong1120
Email [email protected]
Payment Type free
Supported Languages th
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Vcanbuy",
    "version": "1.0.1",
    "author": "zhangzhiyong",
    "description": "\u652f\u63011688\u3001\u6dd8\u5b9d\u3001\u5929\u732b",
    "icons": {
        "16": "sicon.png",
        "48": "sicon.png",
        "128": "sicon.png"
    },
    "permissions": [
        "cookies",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "jquery-3.3.1.min.js",
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "content_script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_icon": "sicon.png",
        "default_title": "Vcanbuy\u81ea\u52a8\u62f7\u8d1d",
        "default_popup": "popup.html"
    }
}