SOC OSINT Extension Firefox

Examine source code of SOC OSINT Extension

Inspect and view changes in SOC OSINT Extension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "SOC OSINT Search",
  "version": "2.2.0",
  "description": "Right-click search for IPs, domains, hashes and other indicators on popular OSINT services",
  "permissions": [
    "contextMenus",
    "storage",
    "tabs",
    "activeTab",
    "<all_urls>"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon512.png",
      "32": "icon512.png",
      "48": "icon512.png",
      "128": "icon512.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "icon512.png",
    "32": "icon512.png",
    "48": "icon512.png",
    "128": "icon512.png"
  },
  "applications": {
    "gecko": {
      "id": "soc-osint-search@example.com"
    }
  },
  "web_accessible_resources": [
    "archive.html",
    "debug-storage.html",
    "check-storage.html"
  ]
}

Best SOC OSINT Extension Alternatives

Here are some Firefox add-ons that are similar to SOC OSINT Extension: