Scout Claude Export Firefox

Examine source code of Scout Claude Export

Inspect and view changes in Scout Claude Export source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Scout Claude Export",
  "version": "1.0.5",
  "description": "Export Claude AI conversations, projects, custom instructions, and artifacts",
  "browser_specific_settings": {
    "gecko": {
      "id": "scout-claude-export@scout24.com",
      "strict_min_version": "112.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "storage",
    "activeTab",
    "downloads"
  ],
  "host_permissions": [
    "https://claude.ai/*",
    "https://a-cdn.anthropic.com/*",
    "https://chatgpt.com/*"
  ],
  "background": {
    "scripts": [
      "background/service-worker.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "https://claude.ai/*"
      ],
      "js": [
        "content/index.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://chatgpt.com/*"
      ],
      "js": [
        "content/chatgpt-import.js"
      ],
      "run_at": "document_end"
    }
  ],
  "action": {
    "default_icon": {
      "16": "assets/icons/icon-16.png",
      "32": "assets/icons/icon-32.png",
      "48": "assets/icons/icon-48.png",
      "128": "assets/icons/icon-128.png"
    }
  },
  "icons": {
    "16": "assets/icons/icon-16.png",
    "32": "assets/icons/icon-32.png",
    "48": "assets/icons/icon-48.png",
    "128": "assets/icons/icon-128.png"
  }
}

Best Scout Claude Export Alternatives

Here are some Firefox add-ons that are similar to Scout Claude Export: