超级下单

超级下单

超级下单:万能的一件代发下单神器!…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "超级下单",
  "version": "1.3",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "lib/jquery.js"
    ]
  },
  "icons": {
    "48": "images/48.png",
    "96": "images/96.png",
    "128": "images/128.png"
  },
  "browser_action": {
    "default_icon": "images/default-icon.png",
    "default_title": "超级下单",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.1688.com/*",
        "*://*.taobao.com/*"
      ],
      "css": [
        "content/content.css"
      ],
      "js": [
        "lib/jquery.js",
        "content/content.min.js"
      ]
    }
  ],
  "permissions": [
    "*://*.1688.com/*",
    "*://*.taobao.com/*"
  ]
}