Công cụ đặt hàng Nextbuy

Công cụ đặt hàng Nextbuy

Công cụ đặt hàng tiện ích, nhanh chóng, hỗ trợ đặt hàng trên các trang web Taobao, 1688, Tmall

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/icon_48.png"
  },
  "content_scripts": [
    {
      "css": [
        "css/style.css"
      ],
      "exclude_matches": [
        "http://daixiao.1688.com/*",
        "https://daixiao.1688.com/*",
        "https://wg.1688.com/*"
      ],
      "js": [
        "contentScript.js",
        "site.js"
      ],
      "matches": [
        "http://*.taobao.com/*",
        "https://*.taobao.com/*",
        "http://*.1688.com/*",
        "https://*.1688.com/*",
        "http://*.tmall.com/*",
        "https://*.tmall.com/*",
        "http://*.tmall.hk/*",
        "https://*.tmall.hk/*",
        "http://*.yao.95095.com/*",
        "https://*.yao.95095.com/*",
        "http://*.jd.com/*",
        "https://*.jd.com/*"
      ]
    }
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "default_locale": "vi",
  "description": "__MSG_manifest_description__",
  "icons": {
    "16": "icons/icon_16.png",
    "32": "icons/icon_32.png",
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  },
  "incognito": "split",
  "manifest_version": 2,
  "name": "__MSG_manifest_name__",
  "permissions": [
    "http://*.nextbuy.asia/*",
    "https://*.nextbuy.asia/*",
    "storage",
    "http://*.1688.com/*",
    "https://*.1688.com/*",
    "http://*.taobao.com/*",
    "https://*.taobao.com/*",
    "http://*.tmall.com/*",
    "https://*.tmall.com/*",
    "http://*.tmall.hk/*",
    "https://*.tmall.hk/*",
    "http://*.yao.95095.com/*",
    "https://*.yao.95095.com/*",
    "https://*.jd.com/*"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.3.7",
  "web_accessible_resources": [
    "*"
  ]
}