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,
"name": "Amazon ASIN Products Scraper",
"version": "1.0",
"description": "Scrapes Amazon product data based on ASIN list and exports to CSV.",
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
}
},
"permissions": [
"storage",
"scripting",
"tabs",
"downloads"
],
"host_permissions": [
"*:\/\/*.amazon.com\/*",
"*:\/\/*.amazon.co.uk\/*",
"*:\/\/*.amazon.de\/*",
"*:\/\/*.amazon.fr\/*",
"*:\/\/*.amazon.es\/*",
"*:\/\/*.amazon.it\/*",
"*:\/\/*.amazon.ca\/*",
"*:\/\/*.amazon.com.au\/*",
"*:\/\/*.amazon.co.jp\/*",
"*:\/\/*.amazon.com.mx\/*",
"*:\/\/*.amazon.com.br\/*",
"*:\/\/*.amazon.in\/*",
"*:\/\/*.amazon.ae\/*",
"*:\/\/*.amazon.cn\/*",
"*:\/\/*.amazon.sg\/*"
],
"background": {
"service_worker": "background.js"
},
"icons": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
}
}