Google Search Language Switcher Firefox

Examine source code of Google Search Language Switcher

By: YJ
Inspect and view changes in Google Search Language Switcher source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_extensionName__",
  "version": "1.5",
  "description": "__MSG_extensionDescription__",
  "default_locale": "en",
  "browser_specific_settings": {
    "gecko": {
      "id": "google-search-lang-switcher@ls4154.dev"
    }
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_title": "__MSG_popupTitle__"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "commands": {
    "cycle-preset": {
      "suggested_key": {
        "default": "Alt+Shift+L"
      },
      "description": "Cycle through language presets"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://google.com/*",
        "*://www.google.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  }
}

Best Google Search Language Switcher Alternatives

Here are some Firefox add-ons that are similar to Google Search Language Switcher: