Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"icons": {
"16": "icon16.plasmo.00ac8b83.png",
"32": "icon32.plasmo.9ad0c5b6.png",
"48": "icon48.plasmo.cae3a6b3.png",
"64": "icon64.plasmo.e4b604fc.png",
"128": "icon128.plasmo.b89b7dfa.png"
},
"manifest_version": 3,
"action": {
"default_icon": {
"16": "icon16.plasmo.00ac8b83.png",
"32": "icon32.plasmo.9ad0c5b6.png",
"48": "icon48.plasmo.cae3a6b3.png",
"64": "icon64.plasmo.e4b604fc.png",
"128": "icon128.plasmo.b89b7dfa.png"
},
"default_popup": "popup.html"
},
"version": "1.7.7",
"author": "Ping Apps",
"name": "Amazon reviews downloader",
"description": "Download Amazon product reviews. Export comments, ratings, images, videos and so on to CSV or XLSX format.",
"background": {
"service_worker": "background.5fadff2f.js"
},
"permissions": [
"storage",
"scripting",
"activeTab",
"cookies"
],
"content_scripts": [
{
"matches": [
"https:\/\/*.amazon.com\/*",
"https:\/\/*.amazon.co.uk\/*",
"https:\/\/*.amazon.ca\/*",
"https:\/\/*.amazon.com.au\/*",
"https:\/\/*.amazon.com.br\/*",
"https:\/\/*.amazon.co.jp\/*",
"https:\/\/*.amazon.de\/*",
"https:\/\/*.amazon.fr\/*",
"https:\/\/*.amazon.it\/*",
"https:\/\/*.amazon.es\/*",
"https:\/\/*.amazon.nl\/*",
"https:\/\/*.amazon.com.mx\/*",
"https:\/\/*.amazon.mx\/*",
"https:\/\/*.amazon.au\/*",
"https:\/\/*.amazon.in\/*"
],
"js": [
"botWork.b9ded57c.js"
],
"css": [
"font.ccfa1487.css"
]
}
],
"host_permissions": [
"*:\/\/*.pingapps.top\/*"
],
"web_accessible_resources": [
{
"matches": [
"https:\/\/*.amazon.com\/*",
"https:\/\/*.amazon.co.uk\/*",
"https:\/\/*.amazon.ca\/*",
"https:\/\/*.amazon.com.au\/*",
"https:\/\/*.amazon.com.br\/*",
"https:\/\/*.amazon.co.jp\/*",
"https:\/\/*.amazon.de\/*",
"https:\/\/*.amazon.fr\/*",
"https:\/\/*.amazon.it\/*",
"https:\/\/*.amazon.es\/*",
"https:\/\/*.amazon.nl\/*",
"https:\/\/*.amazon.com.mx\/*",
"https:\/\/*.amazon.mx\/*",
"https:\/\/*.amazon.au\/*",
"https:\/\/*.amazon.in\/*"
],
"resources": [
"Inter-Regular.e3e705d6.woff2",
"botWork.7c05c6e1.png"
]
}
]
}