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입니다: