Language Reactor Firefox

Examine source code of Language Reactor

Inspect and view changes in Language Reactor source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Language Reactor",
  "version": "1.3",
  "description": "Displays bilingual subtitles and inline translation while browsing or watching videos for language learning.",
  "permissions": [
    "storage",
    "activeTab",
    "https://translate.googleapis.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icons/logo_64.png"
  },
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{7556bb38-a4e6-4d28-9a90-85624f65c198}"
    }
  }
}

Best Language Reactor Alternatives

Here are some Firefox add-ons that are similar to Language Reactor: