Prospectee Scraper Firefox

Examine source code of Prospectee Scraper

Inspect and view changes in Prospectee Scraper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Prospectee Scraper",
  "version": "0.1.4",
  "description": "LLM-powered web scraping, right in your browser.",
  "permissions": [
    "activeTab",
    "storage",
    "tabs",
    "identity",
    "cookies",
    "<all_urls>"
  ],
  "browser_action": {
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "background": {
    "scripts": [
      "src/background/index.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "src/content/index.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    "src/popup/index.html",
    "src/popup/*",
    "icons/*",
    "logo.png",
    "index.css"
  ],
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "prospectee-scraper@prospectee.io",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "websiteContent"
        ],
        "optional": [
          "technicalAndInteraction"
        ]
      }
    }
  }
}

Meilleures alternatives Prospectee Scraper

Voici quelques Firefox add-ons qui sont similaires à Prospectee Scraper :