LLM Chat Navigator Firefox

Examine source code of LLM Chat Navigator

Inspect and view changes in LLM Chat Navigator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "LLM Chat Navigator",
  "version": "1.3.1",
  "description": "Navigate your LLM conversations with a beautiful, modern interface. Supports ChatGPT and Gemini.",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "activeTab",
    "scripting",
    "storage"
  ],
  "host_permissions": [
    "https://gemini.google.com/*",
    "https://chat.openai.com/*",
    "https://chatgpt.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "llm-chat-navigator@surajsm60720.github.io"
    }
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    },
    "default_title": "LLM Chat Navigator"
  },
  "content_scripts": [
    {
      "matches": [
        "https://gemini.google.com/*",
        "https://chat.openai.com/*",
        "https://chatgpt.com/*"
      ],
      "js": [
        "content_script.js"
      ],
      "css": [
        "content_styles.css"
      ],
      "run_at": "document_idle"
    }
  ]
}

Best LLM Chat Navigator Alternatives

Here are some Firefox add-ons that are similar to LLM Chat Navigator: