ShopQuangChauVN

ShopQuangChauVN

Công cụ đặt hàng trên trang thương mại điện tử lớn Trung Quốc

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "action": {
    "default_icon": "images/logo_domain.png",
    "default_title": "Đặt hàng quảng châu ShopQuangChau.VN"
  },
  "name": "ShopQuangChauVN",
  "short_name": "SQC",
  "description": "Công cụ đặt hàng trên trang thương mại điện tử lớn Trung Quốc",
  "version": "5.9",
  "icons": {
    "16": "images/icon16x16.png",
    "32": "images/icon32x32.png",
    "64": "images/icon64x64.png",
    "128": "images/icon128x128.png"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "css": [
        "/css/bootstrap-theme.css",
        "/css/content.css"
      ],
      "js": [
        "/scripts/jquery.js",
        "/scripts/jqueryui.js",
        "/scripts/lodash.js",
        "/scripts/rules.js",
        "/scripts/main.js"
      ],
      "matches": [
        "https://*.shopquangchau.vn/*",
        "http://localhost/*",
        "http://*.taobao.com/*",
        "https://*.taobao.com/*",
        "http://*.tmall.com/*",
        "https://*.tmall.com/*",
        "https://*.tmall.hk/*",
        "http://detail.1688.com/*",
        "https://detail.1688.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "manifest_version": 3,
  "permissions": [
    "storage"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "images/*",
        "scripts/*",
        "css/*"
      ],
      "matches": [
        "http://*/*"
      ]
    }
  ]
}