Công Cụ Đặt Hàng Sói Tuyết

Sói Tuyết cung cấp công cụ hỗ trợ bạn đặt hàng trực tuyến tại các website thương mại điện tử như 1688, TMALL, Taobao.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "action": {
    "default_icon": "images/icon-128.png",
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "css": [
        "css/font-awesome.css"
      ],
      "js": [
        "js/jquery.js",
        "js/md5.min.js",
        "js/config.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/*"
      ]
    }
  ],
  "description": "Sói Tuyết cung cấp công cụ hỗ trợ bạn đặt hàng trực tuyến tại các website thương mại điện tử như 1688, TMALL, Taobao.",
  "host_permissions": [
    "http://*.taobao.com/*",
    "https://*.taobao.com/*",
    "http://*.1688.com/*",
    "https://*.1688.com/*",
    "http://*.tmall.com/*",
    "https://*.tmall.com/*",
    "http://*.tmall.hk/*",
    "https://*.tmall.hk/*",
    "https://soituyet.vn/*",
    "http://soituyet.vn/*"
  ],
  "icons": {
    "16": "images/icon-16.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuFwTtOHueFN3SZTEDC6lucwKTT24xTjPielA1jQ0yZqlLux845+M86VUa5xsitNyjzp7jZIca6Nq7U12603VmWXvlmhyKn9yuWR7WXHY12t2Xm5wPncZ02F3yf8uAvTleccqajxkNtDYoL5KDe79PRL9JcA3ba9+c1wxALN/+4FFYzdT9qzd2Qf2tNEl9RpIdUKuMciZ9UbUaxfkLVEuGKzKPSrgnjIVJxHhEa7+RGMQdvRW5MOtqQXOmyaWJPlceOY/BtggMvTHTK5WgR4WtTfkqKQirpF1taK1BR48W3/nFkTFnNYzFzayQeS2e75GFn1cYPFCjPdD0bflFox5TQIDAQAB",
  "manifest_version": 3,
  "name": "Công Cụ Đặt Hàng Sói Tuyết",
  "options_page": "options.html",
  "permissions": [
    "storage"
  ],
  "short_name": "Sói Tuyết",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2.4.7",
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "images/*",
        "template/*",
        "*.png",
        "css/*",
        "css/main.css",
        "js/*",
        "js/getGlobalData.js"
      ]
    }
  ]
}