Perplexity Source Extractor Firefox

Examine source code of Perplexity Source Extractor

By: Lavan
Inspect and view changes in Perplexity Source Extractor source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Perplexity Source Extractor",
  "version": "1.0.2",
  "description": "Extract and copy source citations from Perplexity AI search results",
  "permissions": [
    "activeTab",
    "storage",
    "https://www.perplexity.ai/*",
    "https://perplexity.ai/*"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Perplexity Source Extractor"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.perplexity.ai/*",
        "https://perplexity.ai/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "perplexity-extractor1@example.com"
    }
  }
}

Best Perplexity Source Extractor Alternatives

Here are some Firefox add-ons that are similar to Perplexity Source Extractor: