JW Video subtitle download

JW Video subtitle download

This extension allows user to download the subtitle on jw.org library.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "JW Video subtitle download",
  "description": "This extension allows user to download the subtitle on jw.org library.",
  "version": "2.1.4",
  "icons": {
    "16": "logo.png",
    "48": "logo.png",
    "128": "logo.png"
  },
  "browser_action": {
    "default_icon": "logo.png",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "tabs",
    "https://*/*",
    "http://*/*",
    "webRequest"
  ]
}