HiddenThings — OSINT Scanner Firefox

Examine source code of HiddenThings — OSINT Scanner

By: camael Add-on
Inspect and view changes in HiddenThings — OSINT Scanner source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Hidden Things — OSINT File Scanner",
  "version": "0.1.0",
  "description": "Detects robots.txt, sitemap.xml, security.txt, and other standard or sensitive files on the visited site.",
  "author": "Camael",
  "homepage_url": "https://github.com/camael-off/hidden_things",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "action": {
    "default_popup": "popup/popup.html",
    "default_title": "HiddenThings",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png"
    }
  },
  "background": {
    "service_worker": "background/background.js",
    "scripts": [
      "background/background.js"
    ],
    "type": "module"
  },
  "permissions": [
    "storage",
    "activeTab",
    "downloads",
    "scripting"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';"
  },
  "minimum_chrome_version": "116",
  "browser_specific_settings": {
    "gecko": {
      "id": "hiddenthings@camael-off.github.io",
      "strict_min_version": "115.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best HiddenThings — OSINT Scanner Alternatives

Here are some Firefox add-ons that are similar to HiddenThings — OSINT Scanner: