Hexofy Scraper - Free Web Scraping + AI

Hexofy Scraper - Free Web Scraping + AI

1-Click Data Capture & Web Scraping Tool Enhanced with AI Web scraping + AI = Magic! Hexofy’s AI assistant lets you perform GPT tasks on any data you capture or the page you’re browsing with just one click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Hexofy Scraper - Free Web Scraping + AI",
  "description": "1-Click Data Capture & Web Scraping Tool Enhanced with AI",
  "version": "2.1.1",
  "manifest_version": 2,
  "browser_action": {
    "default_popup": "index.html"
  },
  "icons": {
    "16": "./icon16disabled.png",
    "48": "./icon48disabled.png",
    "128": "./icon128disabled.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "scripting",
    "activeTab",
    "unlimitedStorage",
    "webNavigation",
    "management",
    "http://*/*",
    "https://*/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-script.js"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "get-xpaths.js"
      ],
      "css": [
        "get-xpaths.css"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{1f713fc0-1f5f-40de-a0c0-a89e919430c3}"
    }
  }
}