AI JUMPER Firefox

Examine source code of AI JUMPER

Inspect and view changes in AI JUMPER source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "AI JUMPER",
  "version": "3.5",
  "description": "Archive, search, and organize your conversation histories from popular AI chat platforms locally.",
  "permissions": [
    "storage",
    "activeTab",
    "tabs",
    "scripting"
  ],
  "host_permissions": [
    "https://chatgpt.com/*",
    "https://claude.ai/*",
    "https://chat.deepseek.com/*",
    "https://grok.com/*",
    "https://chat.mistral.ai/*",
    "https://chat.qwen.ai/*",
    "https://gemini.google.com/*",
    "https://aijumper.vistahista1.workers.dev/*"
  ],
  "background": {
    "scripts": [
      "lib/dexie.min.js",
      "db.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://chatgpt.com/*",
        "https://claude.ai/*",
        "https://chat.deepseek.com/*",
        "https://grok.com/*",
        "https://chat.mistral.ai/*",
        "https://chat.qwen.ai/*",
        "https://gemini.google.com/*"
      ],
      "js": [
        "visibility-fix.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "https://chatgpt.com/*",
        "https://claude.ai/*",
        "https://chat.deepseek.com/*",
        "https://grok.com/*",
        "https://chat.mistral.ai/*",
        "https://chat.qwen.ai/*",
        "https://gemini.google.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "action": {
    "default_popup": "popup/popup.html",
    "default_title": "AI JUMPER"
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "easy-mode.html",
        "popup.css",
        "popup.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "ai-jumper-himangshu@not-an-expert.pages.dev",
      "strict_min_version": "109.0"
    }
  }
}

Best AI JUMPER Alternatives

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