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": 2,
  "name": "AI JUMPER",
  "version": "2.0",
  "description": "Archive and manage your AI conversation history from ChatGPT, Claude, DeepSeek, Grok, Mistral AI, and Qwen",
  "permissions": [
    "storage",
    "activeTab",
    "cookies",
    "webRequest",
    "webRequestBlocking",
    "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://ach-api.onrender.com/"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "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": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_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": [
    "easy-mode.html",
    "popup.css",
    "popup.js"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "ai-jumper-himangshu@not-an-expert.pages.dev",
      "strict_min_version": "91.0",
      "data_collection_permissions": {
        "required": [
          "websiteContent"
        ],
        "optional": [
          "websiteContent"
        ]
      }
    }
  }
}

Best AI JUMPER Alternatives

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