Smart Web Scraper Firefox

Examine source code of Smart Web Scraper

Par : Ayushi Add-on
Inspect and view changes in Smart Web Scraper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Smart Web Scraper",
  "version": "1.0.0",
  "description": "A smart web scraper for inventory/listings etc.",
  "permissions": [
    "storage",
    "activeTab",
    "scripting",
    "downloads",
    "tabs"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "service_worker": "background.js",
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "smart-web-scraper@ayushimittal.dev",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "websiteContent"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_title": "Smart Web Scraper"
  }
}

Meilleures alternatives Smart Web Scraper

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