No-Code Scraper by Smartproxy

No-Code Scraper by Smartproxy

No-Code Scraper - Easy data extraction

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "1.22.5",
  "description": "No-Code Scraper - Easy data extraction",
  "action": {
    "default_popup": "index.html",
    "default_title": "No-Code Scraper by Smartproxy"
  },
  "permissions": [
    "tabs",
    "storage",
    "scripting",
    "activeTab",
    "downloads",
    "cookies"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+Y"
      }
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "template.html",
        "index.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "name": "No-Code Scraper by Smartproxy",
  "icons": {
    "16": "icon-deactivated-16.png",
    "32": "icon-deactivated-32.png",
    "48": "icon-deactivated-48.png",
    "128": "icon-deactivated-128.png"
  },
  "host_permissions": [
    "https://sproxyrnd-api.smartproxy.com/*",
    "https://collector.smartproxy.com/*",
    "*://*/*"
  ]
}