HalluCheck Firefox

Examine source code of HalluCheck

Inspect and view changes in HalluCheck source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "HalluCheck",
  "version": "1.1.0",
  "description": "Cross-reference LLM-generated content with Wikipedia, Wikidata, and other trusted sources to detect potential AI hallucinations",
  "manifest_version": 2,
  "author": "easyexplorar",
  "homepage_url": "https://github.com/easyexplorar/hallucheck",
  "icons": {
    "16": "assets/icon16.svg",
    "48": "assets/icon48.svg",
    "128": "assets/icon128.svg"
  },
  "browser_action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "assets/icon16.svg",
      "48": "assets/icon48.svg",
      "128": "assets/icon128.svg"
    }
  },
  "permissions": [
    "activeTab",
    "storage",
    "https://*.wikipedia.org/*",
    "https://*.wikidata.org/*",
    "https://kgsearch.googleapis.com/*",
    "https://*.dbpedia.org/*",
    "https://lookup.dbpedia.org/*",
    "https://*.wikimedia.org/*",
    "https://*.openlibrary.org/*",
    "https://*.thesaurus.org/*",
    "https://*.wiktionary.org/*",
    "https://*.merriam-webster.com/*",
    "https://api.crossref.org/*",
    "https://chat.openai.com/*",
    "https://*.openai.com/*",
    "https://grok.com/*",
    "https://*.grok.com/*",
    "https://grok.x.ai/*",
    "https://*.x.ai/*",
    "https://claude.ai/*",
    "https://*.claude.ai/*",
    "https://*.anthropic.com/*",
    "https://gemini.google.com/*",
    "https://*.google.com/search*",
    "https://www.bing.com/chat*",
    "https://*.bing.com/search*",
    "https://perplexity.ai/*",
    "https://*.perplexity.ai/*",
    "https://labs.perplexity.ai/*",
    "https://tongyi.aliyun.com/*",
    "https://qianwen.aliyun.com/*",
    "https://chat.qwen.ai/*",
    "https://*.qwen.ai/*",
    "https://*.deepseek.com/*",
    "https://deepseek.ai/*",
    "https://yuanbao.tencent.com/*",
    "https://*.yuanbao.tencent.com/*",
    "https://www.doubao.com/chat*",
    "https://*.doubao.com/*",
    "https://www.cici.com/chat*",
    "https://*.cici.com/*",
    "https://*.bytedance.com/*"
  ],
  "background": {
    "scripts": [
      "background/additional-sources.js",
      "background/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://chat.openai.com/*",
        "https://*.openai.com/*",
        "https://grok.com/*",
        "https://*.grok.com/*",
        "https://grok.x.ai/*",
        "https://*.x.ai/*",
        "https://claude.ai/*",
        "https://*.claude.ai/*",
        "https://*.anthropic.com/*",
        "https://gemini.google.com/*",
        "https://*.google.com/search*",
        "https://www.bing.com/chat*",
        "https://*.bing.com/search*",
        "https://perplexity.ai/*",
        "https://*.perplexity.ai/*",
        "https://labs.perplexity.ai/*",
        "https://tongyi.aliyun.com/*",
        "https://qianwen.aliyun.com/*",
        "https://chat.qwen.ai/*",
        "https://*.qwen.ai/*",
        "https://*.deepseek.com/*",
        "https://deepseek.ai/*",
        "https://yuanbao.tencent.com/*",
        "https://*.yuanbao.tencent.com/*",
        "https://www.doubao.com/chat*",
        "https://*.doubao.com/*",
        "https://www.cici.com/chat*",
        "https://*.cici.com/*",
        "https://*.bytedance.com/*"
      ],
      "js": [
        "content/content.js"
      ],
      "css": [
        "content/content.css"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "hallucheck@extension.com",
      "strict_min_version": "58.0"
    }
  }
}

Best HalluCheck Alternatives

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