Subtitle Translator Firefox

Examine source code of Subtitle Translator

By: kufun
Inspect and view changes in Subtitle Translator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Subtitle Translator",
  "version": "1.0",
  "description": "Translate subtitles on video players.",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{16b4f432-383f-4621-b6d8-b4f37c67947d}"
    }
  }
}

Best Subtitle Translator Alternatives

Here are some Firefox add-ons that are similar to Subtitle Translator: