Subtitle Translator

Subtitle Translator

Translate subtitles on the fly from Netflix, SVT Play or CMore.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Subtitle Translator",
  "description": "Translate subtitles on the fly from Netflix, SVT Play or CMore.",
  "version": "1.0",
  "icons": {
    "16": "/images/st16.png",
    "32": "/images/st32.png",
    "48": "/images/st48.png",
    "128": "/images/st128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_title": "Click to translate"
  },
  "options_page": "options.html",
  "permissions": [
    "activeTab",
    "scripting",
    "storage"
  ]
}