Captionary Firefox

Examine source code of Captionary

By: Furkan
Inspect and view changes in Captionary source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Captionary",
  "version": "1.0.0",
  "description": "An addon that enables users to translate Netflix subtitles by clicking on individual words.",
  "permissions": [
    "storage"
  ],
  "background": {
    "scripts": [
      "popup/background.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "sources/content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "action": {
    "default_popup": "popup/index.html"
  },
  "icons": {
    "48": "sources/assets/icon-48.png",
    "64": "sources/assets/icon-64.png",
    "128": "sources/assets/icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{ac432fd4-15cb-4020-a2d4-bc7f2d13e77c}"
    }
  }
}

Best Captionary Alternatives

Here are some Firefox add-ons that are similar to Captionary: