CyberLens Firefox

Examine source code of CyberLens

By: Milena
Inspect and view changes in CyberLens source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "CyberLens",
  "version": "2.0",
  "description": "SOC/OSINT enrichment for IPs, URLs, domains and hashes with direct VirusTotal, Cisco Talos and IBM X-Force lookups.",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    },
    "theme_icons": [
      {
        "light": "icons/icon-light-16.png",
        "dark": "icons/icon-dark-16.png",
        "size": 16
      },
      {
        "light": "icons/icon-light-32.png",
        "dark": "icons/icon-dark-32.png",
        "size": 32
      }
    ]
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "contextMenus",
    "activeTab",
    "tabs",
    "storage"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "cyberlens@example.com",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "websiteContent",
          "browsingActivity"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  }
}

Best CyberLens Alternatives

Here are some Firefox add-ons that are similar to CyberLens: