Công cụ đặt hàng Đức Phát Logistics

Công cụ đặt hàng Đức Phát Logistics

Công cụ đặt hàng Đức Phát Logistics trên các trang thương mại điện tử Taobao, Tmall, 1688

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/logo16.png",
      "24": "images/logo24.png",
      "32": "images/logo32.png",
      "48": "images/logo48.png",
      "128": "images/logo128.png"
    }
  },
  "content_scripts": [
    {
      "js": [
        "script.js",
        "js/info.js"
      ],
      "css": [
        "css/style.css",
        "css/bootstrap.min.css"
      ],
      "exclude_matches": [
        "https://ducphatlogistics.vn/*"
      ],
      "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/*"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline';"
  },
  "description": "Công cụ đặt hàng Đức Phát Logistics trên các trang thương mại điện tử Taobao, Tmall, 1688",
  "icons": {
    "16": "images/logo16.png",
    "24": "images/logo24.png",
    "32": "images/logo32.png",
    "48": "images/logo48.png",
    "128": "images/logo128.png"
  },
  "incognito": "split",
  "manifest_version": 3,
  "name": "Công cụ đặt hàng Đức Phát Logistics",
  "permissions": [],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0",
  "web_accessible_resources": [
    {
      "resources": [
        "js/content-script.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}