Subs Translate

Subs Translate

Captures and translates subtitles directly from a webpage for online video services such as Netflix, HBO, YouTube and Amazon Video.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Subs Translate",
  "version": "1.2.2",
  "author": "cLe0",
  "description": "Captures and translates subtitles directly from a webpage for online video services such as Netflix, HBO, YouTube and Amazon Video.",
  "icons": {
    "16": "images/st-icon-16.png",
    "48": "images/st-icon-48.png",
    "128": "images/st-icon-128.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "images/st-icon-16.png",
      "38": "images/st-icon-48.png"
    },
    "default_title": "Subs Translate"
  },
  "background": {
    "scripts": [
      "st-options-helper.js",
      "st-background.js"
    ]
  },
  "options_ui": {
    "page": "st-options.html",
    "open_in_tab": true
  },
  "permissions": [
    "<all_urls>",
    "storage"
  ]
}