优惠购

优惠购

以最优惠的价格,把宝贝抱回家。

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "优惠购",
  "version": "1.4.0",
  "description": "以最优惠的价格,把宝贝抱回家。",
  "manifest_version": 2,
  "permissions": [
    "tabs",
    "storage",
    "notifications",
    "*://*.taobao.com/*"
  ],
  "icons": {
    "16": "logo/logo_16.png",
    "48": "logo/logo_48.png",
    "96": "logo/logo_96.png",
    "128": "logo/logo_128.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "logo/logo_16.png",
      "48": "logo/logo_48.png",
      "96": "logo/logo_96.png",
      "128": "logo/logo_128.png"
    },
    "default_title": "优惠购",
    "default_popup": "/one/popup/popup.html"
  },
  "background": {
    "page": "background.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.taobao.com/*",
        "*://*.tmall.com/*",
        "*://*.tmall.hk/*",
        "*://item.jd.com/*",
        "*://item.jd.hk/*",
        "*://goods.kaola.com/product/*",
        "*://you.163.com/item/*",
        "*://product.suning.com/*",
        "*://product.dangdang.com/*",
        "*://item.gome.com.cn/*",
        "*://*.newday.me/*",
        "*://*.likestyle.cn/*"
      ],
      "js": [
        "/js/register.js"
      ],
      "run_at": "document_start",
      "all_frames": false
    }
  ],
  "options_page": "/one/hui/option.html",
  "homepage_url": "http://go.newday.me/s/hui-home"
}