Switching between en-us and another language Firefox

Examine source code of Switching between en-us and another language

Inspect and view changes in Switching between en-us and another language source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "__MSG_name__",
  "version": "1.0.1",
  "manifest_version": 2,
  "description": "__MSG_description__",
  "default_locale": "en",
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*.microsoft.com/*"
      ],
      "js": [
        "content_script.js"
      ],
      "run_at": "document_end"
    }
  ],
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{72d63ef6-a237-46cb-bf68-7edb4c7d2f20}"
    }
  }
}

Best Switching between en-us and another language Alternatives

Here are some Firefox add-ons that are similar to Switching between en-us and another language: