Translate Firefox

Examine source code of Translate

Inspect and view changes in Translate source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "all_frames": true,
      "run_at": "document_end",
      "js": [
        "js/contentphraseglue.js",
        "js/contentlocaleblend.js",
        "js/contentsentencefuse.js",
        "js/contentpagetranslate.js",
        "js/content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko_android": {
      "strict_min_version": "92.0"
    },
    "gecko": {
      "id": "{e250524b-8010-4642-a13d-9d0a80b22572}",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "description": "__MSG_description__",
  "default_locale": "en",
  "icons": {
    "128": "icons/icon.png"
  },
  "host_permissions": [
    "*://*/*"
  ],
  "short_name": "Google AI Translate",
  "background": {
    "scripts": [
      "js/sendtopage.js"
    ]
  },
  "version": "3.6.2",
  "manifest_version": 3,
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';"
  },
  "permissions": [
    "declarativeNetRequest",
    "storage",
    "contextMenus",
    "tabs"
  ],
  "name": "Google AI Translate"
}

Best Translate Alternatives

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