AutoAuth

AutoAuth

AutoAuth automatically submits HTTP authentication dialogs when you’ve chosen to have the browser save your login information.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "AutoAuth",
  "version": "3.1.2resigned1",
  "description": "Automatically provides HTTP authentication credentials.",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "storage",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "auth.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  },
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "57.0"
    }
  }
}