AWS SSO Extender Firefox

Examine source code of AWS SSO Extender

Inspect and view changes in AWS SSO Extender source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "AWS SSO Extender",
  "description": "Organize access to the AWS console & other AWS SSO (Identity Center) applications",
  "version": "1.9.6",
  "author": "WTFender",
  "homepage_url": "https://github.com/WTFender/aws-sso-extender",
  "manifest_version": 3,
  "icons": {
    "16": "icons/red/16.png",
    "32": "icons/red/32.png",
    "128": "icons/red/128.png"
  },
  "options_ui": {
    "open_in_tab": true,
    "page": "src/options.html"
  },
  "action": {
    "default_popup": "src/popup.html"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+F",
        "mac": "MacCtrl+Shift+F"
      }
    },
    "openProfile1": {
      "suggested_key": {
        "default": "Ctrl+Shift+1",
        "mac": "MacCtrl+Shift+1"
      },
      "description": "Open Profile #1"
    },
    "openProfile2": {
      "suggested_key": {
        "default": "Ctrl+Shift+2",
        "mac": "MacCtrl+Shift+2"
      },
      "description": "Open Profile #2"
    },
    "openProfile3": {
      "suggested_key": {
        "default": "Ctrl+Shift+3",
        "mac": "MacCtrl+Shift+3"
      },
      "description": "Open Profile #3"
    }
  },
  "background": {
    "scripts": [
      "src/entry/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.awsapps.com/start/"
      ],
      "js": [
        "src/entry/aws-sso.js"
      ]
    },
    {
      "matches": [
        "https://*.console.aws.amazon.com/*"
      ],
      "js": [
        "src/entry/aws-console.js"
      ]
    },
    {
      "matches": [
        "https://signin.aws.amazon.com/switchrole?*"
      ],
      "js": [
        "src/entry/aws-switchrole.js"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'none'; worker-src 'none'; img-src 'self' data: https://static.global.sso.amazonaws.com/"
  },
  "permissions": [
    "contextualIdentities",
    "cookies",
    "storage",
    "tabs"
  ],
  "optional_permissions": [
    "activeTab",
    "history",
    "webRequest",
    "webRequestBlocking",
    "webRequestFilterResponse",
    "https://*.amazonaws.com/federation/console?*",
    "https://*.amazonaws-us-gov.com/federation/console?*",
    "https://*.amazonaws.cn/federation/console?*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{21906314-1856-4536-9f12-471921a8abb8}",
      "strict_min_version": "109.0"
    }
  }
}

Best AWS SSO Extender Alternatives

Here are some Firefox add-ons that are similar to AWS SSO Extender: