dathang68 New Express

dathang68 New Express

Công cụ đặt hàng dathang68.com.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "content_scripts": [
    {
      "js": [
        "js/jquery.js",
        "js/test.js",
        "js/config.js",
        "js/md5.min.js",
        "js/background.js",
        "js/script.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/*"
      ]
    },
    {
      "js": [
        "js/jquery.js",
        "js/background.js",
        "js/test.js",
        "js/config.js",
        "js/md5.min.js",
        "js/script.js",
        "js/web_service_config.js",
        "js/web_service_script.js"
      ],
      "matches": [
        "http://*.dathang68.com/*",
        "https://*.dathang68.com/*",
        "http://dathang68.com/*",
        "https://dathang68.com/*"
      ]
    }
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "description": "Công cụ đặt hàng dathang68.com.",
  "page_action": {
    "default_icon": "images/icon.png"
  },
  "icons": {
    "16": "images/icon.png",
    "19": "images/icon.png",
    "38": "images/icon.png",
    "48": "images/icon.png",
    "128": "images/icon.png"
  },
  "version": "4.1.2",
  "manifest_version": 2,
  "name": "dathang68 New Express",
  "short_name": "DH68 Tool",
  "permissions": [
    "http://*/*",
    "https://*/*",
    "storage",
    "tabs",
    "notifications"
  ],
  "web_accessible_resources": [
    "*"
  ]
}