小鹿优惠

小鹿优惠

汇聚全网优惠券信息,淘宝京东购物享受最低价。浏览商品时,1显示商品所有优惠券信息、2显示商品历史价格,还能显示热门优惠活动,让你不会错过任何优惠

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "minimum_chrome_version": "18.0",
  "name": "小鹿优惠",
  "homepage_url": "http://www.51xiaolu.com",
  "background": {
    "page": "bg.html"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "page.min.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "icons/logo.png",
    "default_popup": "popup.html",
    "default_title": "小鹿优惠券"
  },
  "default_locale": "zh_CN",
  "description": "汇聚全网优惠券信息,淘宝京东购物享受最低价。浏览商品时,1显示商品所有优惠券信息、2显示商品历史价格,还能显示热门优惠活动,让你不会错过任何优惠",
  "icons": {
    "48": "icons/logo-96.png",
    "128": "icons/logo-96.png"
  },
  "externally_connectable": {
    "matches": [
      "*://*.51xiaolu.com/*",
      "*://*.wochrome.com/*"
    ]
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://ssl.google-analytics.com; object-src 'self'",
  "permissions": [
    "tabs",
    "<all_urls>",
    "contextMenus",
    "webRequest",
    "webRequestBlocking",
    "webNavigation",
    "unlimitedStorage",
    "notifications"
  ],
  "version": "1.2.4"
}