AIComfort Firefox

Examine source code of AIComfort

By: agp96
Inspect and view changes in AIComfort source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "AIComfort",
  "version": "1.0.0",
  "description": "Navigate between prompts in long AI conversations without losing your place. Works on Claude.ai, Gemini and ChatGPT.",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://claude.ai/*",
        "https://chatgpt.com/*",
        "https://gemini.google.com/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "permissions": [],
  "browser_specific_settings": {
    "gecko": {
      "id": "aicomfort@extension",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  }
}

Best AIComfort Alternatives

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