Inspect and view changes in Hexofy Scraper - Web Scraping + AI source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "Hexofy Scraper - Web Scraping + AI",
"description": "1-Click Data Capture & Web Scraping Tool Enhanced with AI",
"version": "2.1.4",
"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"
]
}
]
}