Clawed - Web Scraper Firefox

Examine source code of Clawed - Web Scraper

Por: NukeGH05T
Inspect and view changes in Clawed - Web Scraper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Clawed - Web Scraper",
  "version": "1.0.0",
  "description": "A powerful web scraping extension with local dashboard.",
  "permissions": [
    "activeTab",
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "nugget.dinner.asif@gmail.com",
      "strict_min_version": "115.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "action": {
    "default_popup": "src/popup/index.html"
  },
  "devtools_page": "src/devtools/index.html",
  "background": {
    "scripts": [
      "src/background/index.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "src/content/index.js"
      ]
    }
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  }
}

Mejores alternativas Clawed - Web Scraper

Aquí hay algunas Firefox add-ons que son similares a Clawed - Web Scraper: