Google Translation Redirect Firefox

Examine source code of Google Translation Redirect

Inspect and view changes in Google Translation Redirect source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Google Translation Redirect",
  "version": "1.0",
  "description": "Disables Google automatic site translation by redirecting to the non-translated version of the page.",
  "icons": {
    "48": "icons/icon-48.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "gtr@raffaelzampieri",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.translate.goog/*"
      ],
      "js": [
        "gtr.js"
      ],
      "run_at": "document_start"
    }
  ]
}

Best Google Translation Redirect Alternatives

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