Cap Context Firefox

Examine source code of Cap Context

Par : Vinit Add-on
Inspect and view changes in Cap Context source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "cap context",
  "description": "Carry conversation context between Claude, ChatGPT, Gemini, Grok, and DeepSeek.",
  "version": "1.3.0",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "activeTab",
    "alarms",
    "scripting",
    "storage",
    "tabs"
  ],
  "host_permissions": [
    "https://*.claude.ai/*",
    "https://chatgpt.com/*",
    "https://*.chatgpt.com/*",
    "https://chat.openai.com/*",
    "https://gemini.google.com/*",
    "https://grok.com/*",
    "https://chat.deepseek.com/*",
    "https://spidey889.github.io/context-generator/analysis*",
    "https://context-generator-five.vercel.app/*"
  ],
  "background": {
    "service_worker": "background.js",
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_title": "Carry context to another AI",
    "default_icon": {
      "16": "icon16.png",
      "48": "icon48.png",
      "128": "icon128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.claude.ai/*",
        "https://chatgpt.com/*",
        "https://*.chatgpt.com/*",
        "https://chat.openai.com/*",
        "https://gemini.google.com/*",
        "https://grok.com/*",
        "https://chat.deepseek.com/*"
      ],
      "js": [
        "platform-content.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://spidey889.github.io/context-generator/analysis*"
      ],
      "js": [
        "analysis-bridge.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "icon16.png",
        "icon48.png",
        "icon128.png",
        "bubble-icon.png",
        "logos/*.png"
      ],
      "matches": [
        "https://*.claude.ai/*",
        "https://chatgpt.com/*",
        "https://*.chatgpt.com/*",
        "https://chat.openai.com/*",
        "https://gemini.google.com/*",
        "https://grok.com/*",
        "https://chat.deepseek.com/*"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{8f4d7c20-9f3b-4b7e-9c11-2f4cbe2d41a9}",
      "data_collection_permissions": {
        "required": [
          "personalCommunications"
        ]
      }
    }
  }
}

Meilleures alternatives Cap Context

Voici quelques Firefox add-ons qui sont similaires à Cap Context :