Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 19, 2025.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "WebData Extractor - Instant Data Scraper & Extractor Pro",
"version": "1",
"manifest_version": 3,
"description": "Efficient web scraping tool for professionals, enabling easy data collection and export from any site.",
"action": {
"default_icon": "DSI64.png"
},
"permissions": [
"webRequest",
"activeTab"
],
"incognito": "split",
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"icons": {
"16": "DSI16.png",
"32": "DSI32.png",
"64": "DSI64.png",
"128": "DSI128.png"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"css": [
"onload.css"
],
"js": [
"js\/jquery-3.1.1.min.js",
"js\/sha256.min.js",
"onload.js"
]
}
]
}