Google Translate Firefox

Examine source code of Google Translate

By: robot88
Inspect and view changes in Google Translate source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Google Translate",
  "version": "1.0",
  "permissions": [
    "contextMenus",
    "scripting",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "64": "favicon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "1070010288@qq.com",
      "strict_min_version": "109.0"
    }
  }
}

Best Google Translate Alternatives

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