Automa Scraper Firefox

Examine source code of Automa Scraper

By: 引弓
Inspect and view changes in Automa Scraper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Automa Scraper",
  "version": "1.0.0",
  "description": "Empower your Automa with this extension to effortlessly capture web elements and automate web-based tasks directly within your browser.",
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "permissions": [
    "nativeMessaging",
    "tabs",
    "webNavigation",
    "webRequest",
    "webRequestBlocking",
    "downloads",
    "cookies",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.static.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "ftp://*/*",
        "file://*/*"
      ],
      "js": [
        "content.static.js"
      ],
      "match_about_blank": true,
      "all_frames": true,
      "run_at": "document_start"
    }
  ],
  "icons": {
    "16": "icons/automa16.png",
    "32": "icons/automa32.png",
    "48": "icons/automa48.png",
    "64": "icons/automa64.png",
    "128": "icons/automa128.png",
    "256": "icons/automa256.png"
  },
  "manifest_version": 2,
  "browser_specific_settings": {
    "gecko": {
      "id": "automaV20001@automa.com"
    }
  }
}

Best Automa Scraper Alternatives

Here are some Firefox add-ons that are similar to Automa Scraper: