Google Translate Firefox

Examine source code of Google Translate

By: Irene Add-on
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": "__MSG_extName__",
  "description": "__MSG_description__",
  "version": "2.0.1",
  "default_locale": "en",
  "short_name": "Google Translate",
  "icons": {
    "128": "icons/icon.png"
  },
  "content_scripts": [
    {
      "js": [
        "code/selection.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "all_frames": true,
      "run_at": "document_end"
    }
  ],
  "background": {
    "scripts": [
      "code/pref.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{bfd1ad6c-df46-5751-8536-55826cecc83c}"
    }
  },
  "permissions": [
    "declarativeNetRequest",
    "storage",
    "contextMenus"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "browser_action": {
    "default_icon": {
      "19": "icons/icon.png",
      "38": "icons/icon.png"
    }
  }
}

Best Google Translate Alternatives

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