德云色の科学家助手

德云色の科学家助手

longzhu optimizer ======== #### // TODO #### #### ver 2.0.1 #### * 加入影院全屏模式 * 发布支持360浏览器支持的版本 * 发布支持qq浏览器的版本 #### ver…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "德云色の科学家助手",
  "manifest_version": 2,
  "version": "2.0.1",
  "author": "lync",
  "icons": {
    "48": "img/icon_48.png"
  },
  "browser_action": {
    "default_icon": "img/icon_disabled.png"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "http://star.longzhu.com/777777*",
    "history"
  ],
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "http://star.longzhu.com/777777*"
      ],
      "js": [
        "js/jquery-2.2.1.min.js",
        "js/main.js"
      ],
      "run_at": "document_end"
    }
  ]
}