Google authuser fix Firefox

Examine source code of Google authuser fix

Inspect and view changes in Google authuser fix source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Google authuser fix",
  "version": "0.1",
  "description": "Automatically changes authuser parameter in Google URLs to desired account.",
  "permissions": [
    "webNavigation",
    "tabs",
    "storage",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "authuser_fix@trymoto.dev",
      "strict_min_version": "58.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icons/48.png"
  }
}

Best Google authuser fix Alternatives

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