Hexofy Scraper - Free Web Scraping + AI

Hexofy Scraper - Free Web Scraping + AI

1-Click Data Capture & Web Scraping Tool Enhanced with AI

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Hexofy Scraper - Free Web Scraping + AI",
  "description": "1-Click Data Capture & Web Scraping Tool Enhanced with AI",
  "version": "2.1.1",
  "manifest_version": 3,
  "action": {
    "default_popup": "index.html",
    "default_icon": {
      "16": "./icon16disabled.png",
      "48": "./icon48disabled.png",
      "128": "./icon128disabled.png"
    }
  },
  "icons": {
    "16": "./icon16disabled.png",
    "48": "./icon48disabled.png",
    "128": "./icon128disabled.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "scripting",
    "activeTab",
    "unlimitedStorage",
    "webNavigation"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "externally_connectable": {
    "ids": [
      "bmcfkceaciejniimbpekgcgkodlgfadj",
      "nenkkhfkbgioenfhecolhdjjpbgbmbmn",
      "cabkcpckbogodkhpkflapdjhlaoojpal",
      "cfmhjjglgpcbkbpmicpkegadmoeicedc",
      "nenimlehhngpokejigjcfdjobmkfphnn",
      "pndfblhdnbhojknmcfjcfigjkejepfag",
      "jmpflegmbfmkimhdhfbjhpnncahdmodo",
      "mnhjjidfkpmkhdpdlpmacjonamgamdpm",
      "jgobmioffhndjlholghcajiejmhjmkgl",
      "mgmcleaniklmnobmapoghodebomcclld",
      "nebdjjiofgkbbiohgkcdmdjjeobaipdg",
      "ckgmhanamjlhmfhlcibaljcacobffdjh",
      "ieegoibolaojfjcncgeijaafbfpppfkg",
      "hpkeojndcogejcnjkdnjgbcbmmoplkdk"
    ],
    "matches": [
      "https://hexofy.com/*",
      "https://dash.hexofy.com/*",
      "https://hexofy.hexact.io/*",
      "https://dashhexofy.hexact.io/*",
      "http://localhost:8000/*",
      "http://localhost:3000/*",
      "http://localhost:3281/*",
      "https://hexometer.hexact.io/*"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-script.js"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "get-xpaths.js"
      ],
      "css": [
        "get-xpaths.css"
      ]
    }
  ]
}