No Code Web Scraper Firefox

Examine source code of No Code Web Scraper

Inspect and view changes in No Code Web Scraper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "No Code Web Scraper",
  "version": "1.0.1",
  "description": "Scrape any website visually. Click elements, preview data, export to Excel/CSV. No coding required.",
  "browser_specific_settings": {
    "gecko": {
      "id": "nocodewebscraper@example.com",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "action": {
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png"
    },
    "default_title": "No Code Web Scraper"
  },
  "sidebar_action": {
    "default_panel": "src/sidepanel/index.html",
    "default_title": "No Code Web Scraper",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "permissions": [
    "activeTab",
    "storage",
    "downloads",
    "tabs",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ]
}

Best No Code Web Scraper Alternatives

Here are some Firefox add-ons that are similar to No Code Web Scraper: