AWS Account Mapper Extension Firefox

Examine source code of AWS Account Mapper Extension

By: danto7
Inspect and view changes in AWS Account Mapper Extension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "AWS Account Mapper Extension",
  "version": "25.3.7",
  "description": "An awesome new browser extension",
  "homepage_url": "https://github.com/fregante/browser-extension-template",
  "manifest_version": 3,
  "minimum_chrome_version": "121",
  "browser_specific_settings": {
    "gecko": {
      "id": "aws-account-mapper@notlmn.github.io",
      "strict_min_version": "109.0"
    }
  },
  "icons": {
    "128": "icon.bec6745b.png"
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://*.console.aws.amazon.com/*",
    "https://*.awsapps.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*.console.aws.amazon.com/*"
      ],
      "js": [
        "banner.9d328d3a.js"
      ],
      "css": [
        "banner.0f3b933d.css"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://*.awsapps.com/*"
      ],
      "js": [
        "collector.65c1894b.js"
      ],
      "run_at": "document_end",
      "css": []
    }
  ],
  "options_ui": {
    "page": "options.82c2955e.html"
  }
}

Best AWS Account Mapper Extension Alternatives

Here are some Firefox add-ons that are similar to AWS Account Mapper Extension: