AI Chat Scroller Firefox

Examine source code of AI Chat Scroller

By: H120 Add-on
Inspect and view changes in AI Chat Scroller source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "AI Chat Scroller",
  "version": "1.3.1",
  "description": "Scroll between divs with a specific class using Up and Down buttons.",
  "permissions": [
    "activeTab",
    "storage",
    "tabs"
  ],
  "host_permissions": [
    "https://grok.com/*",
    "https://chatgpt.com/*",
    "https://copilot.microsoft.com/*",
    "https://claude.ai/*",
    "https://gemini.google.com/*",
    "https://chat.qwen.ai/*"
  ],
  "icons": {
    "128": "icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "h120developer@gmail.com",
      "strict_min_version": "109.0"
    }
  },
  "action": {
    "default_title": "AI Chat Scroller",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://grok.com/*",
        "https://chatgpt.com/*",
        "https://copilot.microsoft.com/*",
        "https://claude.ai/*",
        "https://gemini.google.com/*",
        "https://chat.qwen.ai/**"
      ],
      "js": [
        "aiscroller.js"
      ]
    }
  ]
}

Best AI Chat Scroller Alternatives

Here are some Firefox add-ons that are similar to AI Chat Scroller: