quangchau24h.com.vn

quangchau24h.com.vn

Công cụ order sỉ trên quangchau24h.com.vn , nhập hàng cho shop online trở nên đơn giản.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "quangchau24h.com.vn",
  "version": "2.0.10",
  "manifest_version": 2,
  "description": "Công cụ order sỉ trên quangchau24h.com.vn , nhập hàng cho shop online trở nên đơn giản.",
  "icons": {
    "16": "img/icon-48.png",
    "128": "img/icon-128.png"
  },
  "default_locale": "en",
  "browser_action": {
    "default_icon": {
      "32": "img/icon-48.png",
      "48": "img/icon-48.png"
    },
    "default_title": "Công cụ order sỉ trên quangchau24h.com.vn , nhập hàng cho shop online trở nên đơn giản.",
    "default_popup": "popup.html"
  },
  "omnibox": {
    "keyword": "quangchau24h.com.vn"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.detail.1688.com/*",
        "*://item.taobao.com/*",
        "*://*.alibaba.com/*",
        "*://detail.tmall.com/*",
        "*://world.tmall.com/*"
      ],
      "js": [
        "scripts/jquery-2.2.0.min.js",
        "scripts/quangchau.js"
      ],
      "css": [
        "styles/tkm-styles.css"
      ],
      "run_at": "document_end",
      "all_frames": false
    }
  ],
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "permissions": [
    "cookies",
    "*://taobao.com/*",
    "*://tmall.com/*",
    "*://1688.com/*"
  ]
}