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",
"name": "AI Web Scraper - Reddit, Data Scraping, Google Maps & More",
"version": "1.787",
"description": "Automate web scraping with AI Web Scraper: scrape data from any website (inc. Reddit, Google Maps, LinkedIn, Amazon, Shopify).",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"manifest_version": 3,
"permissions": [
"storage",
"tabs",
"scripting",
"downloads"
],
"host_permissions": [
"<all_urls>"
],
"action": {
"default_popup": "src\/popup\/popup.html",
"default_icon": {
"16": "icons\/icon16.png",
"24": "icons\/icon24.png",
"32": "icons\/icon32.png"
}
},
"background": {
"type": "module",
"service_worker": "src\/background.js"
}
}