NA在线影院HTML5播放器

NA在线影院HTML5播放器

NA在线影院HTML5播放器 - CA工作室出品

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "NA在线影院HTML5播放器",
  "version": "1.9.2",
  "description": "NA在线影院HTML5播放器 - CA工作室出品",
  "author": "viko16",
  "icons": {
    "48": "icons/icon_48.png"
  },
  "homepage_url": "https://github.com/viko16/NavodHTML5",
  "content_scripts": [
    {
      "matches": [
        "http://navod.scse.com.cn/*"
      ],
      "js": [
        "jquery-2.1.1.min.js",
        "content_scripts.js"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "http://navod.scse.com.cn/*"
  ],
  "web_accessible_resources": [
    "extra.js"
  ]
}