Ethicore Engine™ - Guardian Firefox

Examine source code of Ethicore Engine™ - Guardian

Inspect and view changes in Ethicore Engine™ - Guardian source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Ethicore Engine™ - Guardian",
  "version": "2.0.0",
  "description": "Multi-layer defense system protecting against AI jailbreaks, prompt injection, and malicious attacks. Blocks threats on ChatGPT, Claude, Gemini, and more.",
  "author": "Oracles Technologies LLC",
  "homepage_url": "https://oraclestechnologies.com",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "storage",
    "tabs",
    "notifications",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "core/threat-patterns.js",
      "core/semantic-analyzer.js",
      "core/ml-inference.js",
      "core/multi-layer-defense.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://chat.openai.com/*",
        "*://chatgpt.com/*",
        "*://*.openai.com/*",
        "*://claude.ai/*",
        "*://*.anthropic.com/*",
        "*://gemini.google.com/*",
        "*://*.google.com/chat*",
        "*://bard.google.com/*",
        "*://www.bing.com/chat*",
        "*://copilot.microsoft.com/*"
      ],
      "js": [
        "core/behavioral-profiler.js",
        "core/threat-patterns.js",
        "core/semantic-analyzer.js",
        "core/ml-inference.js",
        "core/multi-layer-defense.js",
        "content.js"
      ],
      "run_at": "document_start",
      "all_frames": false
    }
  ],
  "web_accessible_resources": [
    "models/*.json",
    "ui/*.html",
    "ui/*.js"
  ],
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png",
    "128": "icons/icon-128.png"
  },
  "browser_action": {
    "default_title": "Ethicore Guardian",
    "default_popup": "extension/popup.html",
    "default_icon": {
      "48": "icons/icon-48.png",
      "96": "icons/icon-96.png"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "ethicore-guardian@oraclestechnologies.com",
      "strict_min_version": "109.0"
    }
  }
}

Best Ethicore Engine™ - Guardian Alternatives

Here are some Firefox add-ons that are similar to Ethicore Engine™ - Guardian: