AI Quick Scroll Firefox

Examine source code of AI Quick Scroll

By: djnutz
Inspect and view changes in AI Quick Scroll source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "AI Chat Navigator",
  "version": "6.0",
  "description": "Adds a navigation bar to quickly scroll through chat messages on AI services (Gemini, ChatGPT, Claude, AI Studio)",
  "content_scripts": [
    {
      "matches": [
        "https://gemini.google.com/*",
        "https://chatgpt.com/c/*",
        "https://chatgpt.com/*",
        "https://claude.ai/chat/*",
        "https://claude.ai/*",
        "https://aistudio.google.com/prompts/*",
        "https://aistudio.google.com/live/*",
        "https://aistudio.google.com/*"
      ],
      "js": [
        "providers.js",
        "content.js"
      ],
      "css": [
        "styles.css"
      ]
    }
  ],
  "action": {
    "default_title": "AI Chat Navigator"
  },
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "48": "images/icon32.png",
    "128": "images/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "ai-chat-navigator@your-domain.com",
      "strict_min_version": "109.0"
    }
  }
}

Best AI Quick Scroll Alternatives

Here are some Firefox add-ons that are similar to AI Quick Scroll: