Subs Translate

Subs Translate

Captures and translates subtitles using Google Translate directly from a webpage for online video services such as Netflix, HBO (free episodes only), YouTube and Amazon Video. Other similar HTML-based video and translate services can be configured.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Subs Translate",
  "version": "1.2.4",
  "author": "cLe0",
  "icons": {
    "48": "images/st-icon.svg",
    "96": "images/st-icon.svg"
  },
  "applications": {
    "gecko": {
      "id": "substranslate@cLe0",
      "strict_min_version": "57.0"
    }
  },
  "browser_action": {
    "default_icon": "images/st-icon.svg",
    "default_title": "Subs Translate"
  },
  "background": {
    "scripts": [
      "st-options-helper.js",
      "st-background.js"
    ]
  },
  "options_ui": {
    "page": "st-options.html",
    "open_in_tab": false
  },
  "permissions": [
    "<all_urls>",
    "storage"
  ]
}