Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Feb 13, 2026.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "AI Review Synthesizer Pro - Amazon",
"version": "2.2.0",
"description": "AI-powered Amazon review analyzer. Get instant pros, cons, and insights. Supports all Amazon regions worldwide.",
"permissions": [
"storage",
"activeTab",
"scripting"
],
"host_permissions": [
"https:\/\/*.amazon.com\/*",
"https:\/\/*.amazon.ca\/*",
"https:\/\/*.amazon.co.uk\/*",
"https:\/\/*.amazon.de\/*",
"https:\/\/*.amazon.fr\/*",
"https:\/\/*.amazon.it\/*",
"https:\/\/*.amazon.es\/*",
"https:\/\/*.amazon.co.jp\/*",
"https:\/\/*.amazon.in\/*",
"https:\/\/*.amazon.com.au\/*",
"https:\/\/*.amazon.com.br\/*",
"https:\/\/*.amazon.com.mx\/*"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.amazon.com\/*",
"https:\/\/*.amazon.ca\/*",
"https:\/\/*.amazon.co.uk\/*",
"https:\/\/*.amazon.de\/*",
"https:\/\/*.amazon.fr\/*",
"https:\/\/*.amazon.it\/*",
"https:\/\/*.amazon.es\/*",
"https:\/\/*.amazon.co.jp\/*",
"https:\/\/*.amazon.in\/*",
"https:\/\/*.amazon.com.au\/*",
"https:\/\/*.amazon.com.br\/*",
"https:\/\/*.amazon.com.mx\/*"
],
"js": [
"content.js"
],
"css": [
"content.css"
]
}
],
"options_page": "options.html",
"web_accessible_resources": [
{
"resources": [
"icons\/*"
],
"matches": [
"<all_urls>"
]
}
]
}