Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"version": "1.106.7",
"name": "Web Scraper - Free Web Scraping",
"short_name": "Web Scraper",
"description": "Web data extraction tool with an easy point-and-click interface for modern web",
"permissions": [
"tabs",
"notifications",
"storage",
"unlimitedStorage",
"declarativeNetRequest",
"scripting",
"sidePanel"
],
"optional_permissions": [
"webRequest"
],
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"action": {
"default_icon": {
"16": "images\/icon16.png",
"24": "images\/icon24.png",
"32": "images\/icon32.png"
},
"default_title": "Web Scraper"
},
"options_page": "options.html",
"devtools_page": "devtools_init_page.html",
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"background": {
"service_worker": "background_script.js"
},
"externally_connectable": {
"matches": [
"https:\/\/*.webscraper.io\/*"
]
},
"minimum_chrome_version": "120",
"web_accessible_resources": [
{
"resources": [
"images\/icon16.png",
"images\/icon24.png",
"images\/icon32.png",
"images\/icon48.png",
"images\/icon128.png"
],
"matches": [
"https:\/\/*.webscraper.io\/*"
]
}
],
"host_permissions": [
"<all_urls>"
]
}