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": "Amazon Reviews Exporter | Images & Videos",
"description": "Scrape Amazon product reviews and download to Excel\/CSV with one click. Export comments, ratings, images and videos.",
"version": "1.3.5",
"homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/nnaeekiciofeckhbmeohddfcncofhbai",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxZHtt+qy4KD0SHXjrBvfYsRe829OM10qGMtnnVjLwSwSP10zVOxkHU6eI0FFES6BJ6zxEIrHQtEMOY42rt7FHUtW1j1kXmd2XkXQJtBFMQqQOLgTxzfRXgUnlwEvPu0nFD1Ld5sn\/ilgnzjI4w6z6ko3AT3mRS10p+A1VITwaA4KSg1R2O38OuPsZtKMguou4IWtbQcIYg\/2u4NdE6uVP7J7mOcz8Xwf887+ezmfoh504nJhewTUPn9t8VEwHWO5wJGp07w6ydFD8b8dnfS\/fy\/FJsUGzCSYqRuNbctDcXiNN77jzAmihwGo\/QTCvCVlkfZ+4S7HPND3AdwXyANRBQIDAQAB",
"manifest_version": 3,
"oauth2": {
"client_id": "414732351485-bcuu8r26pjpg85ed7eb5tj4q7j8o4km7.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/userinfo.email"
],
"web_client_id": "414732351485-6vau44opp3oioacn44s4livfsgg038nk.apps.googleusercontent.com"
},
"background": {
"service_worker": "service-worker.js"
},
"icons": {
"16": "images\/logo_16.png",
"32": "images\/logo_32.png",
"48": "images\/logo_48.png",
"128": "images\/logo_128.png"
},
"permissions": [
"activeTab",
"storage",
"identity",
"scripting",
"downloads"
],
"host_permissions": [
"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\/*"
],
"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": [
"js\/jquery-3.5.1.min.js",
"dashboard.js"
],
"css": [
"css\/dashboard.css"
],
"include_globs": [
"*#rw",
"*#\/rw"
],
"run_at": "document_end",
"all_frames": false
}
],
"web_accessible_resources": [
{
"resources": [
"images\/*",
"img\/*",
"css\/*"
],
"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\/*"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"action": {
"default_popup": "popup.html"
}
}