Perplexity Thread Exporter Firefox

Examine source code of Perplexity Thread Exporter

Inspect and view changes in Perplexity Thread Exporter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Perplexity Thread Exporter",
  "version": "2.0.2",
  "description": "Export Perplexity AI conversation threads to JSON/Markdown files - Premium available",
  "browser_specific_settings": {
    "gecko": {
      "id": "pplx-exporter@vuvuive.org",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "personallyIdentifyingInfo"
        ],
        "optional": [
          "technicalAndInteraction"
        ]
      }
    }
  },
  "permissions": [
    "activeTab",
    "scripting",
    "downloads",
    "storage"
  ],
  "host_permissions": [
    "https://www.perplexity.ai/*",
    "https://perplexity.ai/*",
    "https://pplx-exp-ext.vuvuive.org/*"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "background": {
    "scripts": [
      "jszip.min.js",
      "background.js"
    ]
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.perplexity.ai/search/*",
        "https://perplexity.ai/search/*",
        "https://www.perplexity.ai/computer/tasks/*",
        "https://perplexity.ai/computer/tasks/*"
      ],
      "js": [
        "content-capture.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "https://www.perplexity.ai/library*",
        "https://perplexity.ai/library*"
      ],
      "js": [
        "crypto.js",
        "auth.js",
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "main-world-script.js"
      ],
      "matches": [
        "https://www.perplexity.ai/*",
        "https://perplexity.ai/*"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  }
}

Melhores alternativas Perplexity Thread Exporter

Aqui estão algumas Firefox add-ons que são similares a Perplexity Thread Exporter: