IntelHub Firefox

Examine source code of IntelHub

By: TomSec8
Inspect and view changes in IntelHub source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "IntelHub",
  "description": "Your personal OSINT toolkit inside the browser.",
  "version": "5.0.0",
  "icons": {
    "128": "icons/icon.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "128": "icons/icon.png"
    }
  },
  "side_panel": {
    "default_path": "popup.html?mode=sidepanel"
  },
  "sidebar_action": {
    "default_panel": "popup.html?mode=sidepanel",
    "open_at_install": false
  },
  "permissions": [
    "storage",
    "unlimitedStorage",
    "scripting",
    "tabs",
    "clipboardRead",
    "downloads",
    "activeTab",
    "sidePanel",
    "declarativeNetRequest",
    "declarativeNetRequestWithHostAccess"
  ],
  "host_permissions": [
    "https://t.me/*",
    "https://mail.google.com/*",
    "http://127.0.0.1/*",
    "http://localhost/*",
    "<all_urls>"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "libs/single-file.js",
        "libs/cytoscape.min.js",
        "libs/chart.min.js",
        "libs/date-fns.min.js",
        "firefox/import-favorites.html",
        "firefox/import-favorites.js",
        "modules/telegramAnalyzer/analyzer.html",
        "modules/telegramAnalyzer/css/style.css",
        "modules/telegramAnalyzer/js/script.js",
        "modules/telegramScraper.js",
        "modules/investigationGraph/*",
        "libs/face_libs/face-api.min.js",
        "libs/face_libs/tiny_face_detector_model-weights_manifest.json",
        "libs/face_libs/tiny_face_detector_model-shard1",
        "libs/face_libs/face_landmark_68_tiny_model-weights_manifest.json",
        "libs/face_libs/face_landmark_68_tiny_model-shard1",
        "libs/face_libs/face_recognition_model-weights_manifest.json",
        "libs/face_libs/face_recognition_model-shard1",
        "libs/face_libs/face_recognition_model-shard2"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "addon@intelhub.osint"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "include_globs": [
        "*://*.google.com/search*udm=50*",
        "*://*.google.*/search*udm=50*",
        "*://*.google.*.*/search*udm=50*"
      ],
      "css": [
        "modules/google_ai/google_ai_cleanup.css"
      ],
      "js": [
        "modules/google_ai/google_ai_resizer.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "include_globs": [
        "*://search.brave.com/ask*"
      ],
      "css": [
        "modules/brave_ai/brave_ai_cleanup.css"
      ],
      "js": [
        "modules/brave_ai/brave_ai_resizer.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "include_globs": [
        "*://phindai.org/phind-chat/*",
        "*://*.phind.com*"
      ],
      "css": [
        "modules/phind_ai/phind_ai_cleanup.css"
      ],
      "js": [
        "modules/phind_ai/phind_ai_resizer.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "include_globs": [
        "*://*.andisearch.com*"
      ],
      "css": [
        "modules/andi_ai/andi_ai_cleanup.css"
      ],
      "js": [
        "modules/andi_ai/andi_ai_resizer.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';"
  },
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "google_ai_bypass_rules",
        "enabled": true,
        "path": "modules/google_ai/google_ai_rules.json"
      },
      {
        "id": "brave_ai_bypass_rules",
        "enabled": true,
        "path": "modules/brave_ai/brave_ai_rules.json"
      },
      {
        "id": "phind_ai_bypass_rules",
        "enabled": true,
        "path": "modules/phind_ai/phind_ai_rules.json"
      },
      {
        "id": "andi_ai_bypass_rules",
        "enabled": true,
        "path": "modules/andi_ai/andi_ai_rules.json"
      }
    ]
  }
}

Best IntelHub Alternatives

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