任我折

任我折

最好用的淘宝优惠券插件

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "images/icon19.png"
  },
  "content_scripts": [
    {
      "all_frames": false,
      "css": [
        "stylesheet/content.css"
      ],
      "js": [
        "js2/jquery-1.10.1.min.js",
        "js2/util.js",
        "js2/tbmain.js",
        "js2/jd.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end"
    }
  ],
  "default_locale": "zh_CN",
  "description": "最好用的淘宝优惠券插件",
  "homepage_url": "http://www.renwozhe.com",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "manifest_version": 2,
  "name": "任我折",
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "4.6.9",
  "web_accessible_resources": [
    "notify.wav",
    "images/buttons.png",
    "images/icon30.png",
    "js2/jquery-1.10.1.min.js",
    "js2/util.js",
    "js2/tbmain.js",
    "js2/jd.js"
  ]
}