EasyJAV

EasyJAV

自动抓取番号下载链接 Crawl magnet links for videos on JAVLibrary from torrentkitty

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "EasyJAV",
  "description": "自动抓取番号下载链接 Crawl magnet links for videos on JAVLibrary from torrentkitty",
  "version": "0.4",
  "permissions": [
    "activeTab",
    "tabs",
    "notifications",
    "https://ajax.googleapis.com/",
    "https://www.torrentkitty.tv/*",
    "http://www.javlibrary.com/*",
    "http://www.j12lib.com/*"
  ],
  "background": {
    "scripts": [
      "js/jquery.min.js",
      "js/background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "http://www.javlibrary.com/*/?v=*",
        "http://www.j12lib.com/*"
      ],
      "js": [
        "js/jquery.min.js",
        "js/javlibrary.js"
      ]
    }
  ],
  "browser_action": {
    "default_title": "Download Links",
    "default_icon": "icon/icon.png"
  },
  "manifest_version": 2
}