dedobe-extractor Firefox

Examine source code of dedobe-extractor

Inspect and view changes in dedobe-extractor source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "De:dobe: Extractor – LLM Thread Extractor",
  "version": "3.0.0",
  "description": "Extract and export conversations from major LLMs into Markdown, JSON, and text. Your data belongs to you.",
  "author": "Black Orchard Labs",
  "homepage_url": "https://github.com/BlackOrchardLabs/de-dobe",
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "scripting",
    "activeTab",
    "downloads",
    "storage"
  ],
  "host_permissions": [
    "https://chatgpt.com/*",
    "https://chat.openai.com/*",
    "https://claude.ai/*",
    "https://gemini.google.com/*",
    "https://grok.x.ai/*",
    "https://chat.x.ai/*",
    "https://grok.com/*",
    "https://x.com/i/grok*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "action": {
    "default_icon": {
      "16": "icons/icon-16.png",
      "48": "icons/icon-48.png"
    },
    "default_title": "Export LLM Conversation",
    "default_popup": "popup/popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://chatgpt.com/*",
        "https://chat.openai.com/*",
        "https://claude.ai/*",
        "https://gemini.google.com/*",
        "https://grok.x.ai/*",
        "https://chat.x.ai/*",
        "https://grok.com/*",
        "https://x.com/i/grok*"
      ],
      "js": [
        "extractors/grok.js",
        "extractors/chatgpt.js",
        "extractors/claude.js",
        "extractors/gemini.js",
        "extractors/generic.js",
        "content/content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "dedobe-extractor@blackorchard.local",
      "strict_min_version": "121.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best dedobe-extractor Alternatives

Here are some Firefox add-ons that are similar to dedobe-extractor: