Secret Scanner Firefox

Examine source code of Secret Scanner

Inspect and view changes in Secret Scanner source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Secret Scanner",
  "version": "1.2",
  "description": "Assist in security research, detecting exposed secretkeys apikeys on webpages.",
  "icons": {
    "16": "icon-16.png",
    "32": "icon-32.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "permissions": [
    "storage",
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_icon": {
      "16": "icon-16.png",
      "32": "icon-32.png",
      "48": "icon-48.png"
    },
    "default_title": "Secret Scanner",
    "default_popup": "options.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "secret-scanner@mrofcodyx",
      "strict_min_version": "142.0"
    }
  }
}

Best Secret Scanner Alternatives

Here are some Firefox add-ons that are similar to Secret Scanner: