Auto Translate Messages Firefox

Examine source code of Auto Translate Messages

Inspect and view changes in Auto Translate Messages source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Auto Translate Messages",
  "version": "1.0",
  "description": "Automatically translate messages and emails into different languages.",
  "permissions": [
    "activeTab",
    "storage",
    "https://translate.googleapis.com/"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "32": "icons/logo_32.png",
      "64": "icons/logo_64.png",
      "128": "icons/logo_128.png"
    }
  },
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{b2690a28-3f56-4f54-a951-7c591af21715}"
    }
  }
}

Best Auto Translate Messages Alternatives

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