Auto-Authorizer Firefox

Examine source code of Auto-Authorizer

提供元: TJ
Inspect and view changes in Auto-Authorizer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Auto-Authorizer",
  "version": "0.2",
  "description": "Automatically approve AWS SSO authorize prompts",
  "icons": {
    "96": "auto-authorizer-icon-96.png"
  },
  "background": {
    "scripts": [
      "auto-authorizer-background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.amazonaws.com/*",
        "*://central1sso.awsapps.com/start/*"
      ],
      "js": [
        "auto-authorizer-content-script.js"
      ]
    }
  ],
  "permissions": [
    "tabs"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{fd5df08c-d309-4e3e-9713-29c3eb8dd996}"
    }
  }
}

ベストのAuto-Authorizer代替案

Auto-Authorizerに類似したFirefox add-onをいくつか紹介します: