Subtitle Converter by Vocalmatic

Subtitle Converter by Vocalmatic

Convert subtitle and caption files into other subtitle formats! SRT, VTT, SMI, DXFP and more.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Subtitle Converter by Vocalmatic",
  "description": "Convert subtitle and caption files into other subtitle formats! SRT, VTT, SMI, DXFP and more.",
  "version": "1.0",
  "browser_action": {
    "default_icon": "subtitle-converter-icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab",
    "storage"
  ]
}