Google Account Switcher Firefox

Examine source code of Google Account Switcher

By: Peter
Inspect and view changes in Google Account Switcher source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Google Account Switcher",
  "version": "1.1.2",
  "description": "Automatically sets the authuser parameter on Google services to switch between accounts.",
  "browser_specific_settings": {
    "gecko": {
      "id": "google-account-switcher-listed@peterullrich.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "storage",
    "activeTab",
    "*://*.google.com/*",
    "*://*.cloud.google.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "48": "icons/icon-48.png",
      "96": "icons/icon-96.png"
    },
    "default_title": "Google Account Switcher",
    "default_popup": "popup/popup.html"
  },
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  }
}

Best Google Account Switcher Alternatives

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