WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Amazon Review Extractor (Fast & Free)

Amazon Review Extractor (Fast & Free)

View on Chrome Web Store
View Amazon Review Extractor (Fast & Free) Chrome Extension on Chrome Web Store
Add to bookmarks
1.0 (1 ratings)
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Export product reviews from Amazon to CSV and Json in 1 click. Fast, Free, clean, and perfect for research, sellers & insights.
Type
Extension
Users
52 users
5
edri.sue
View author page of edri.sue
Published
Published on April 3, 2025
Version 2.1.11
Manifest version
3
Updated
Updated on July 31, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View Amazon Review Extractor (Fast & Free) Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Amazon Review Extractor (Fast & Free)",
    "version": "2.1.11",
    "description": "Export product reviews from Amazon to CSV and Json in 1 click. Fast, Free, clean, and perfect for research, sellers & insights.",
    "permissions": [
        "activeTab",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/www.amazon.com\/*"
    ],
    "action": {
        "default_popup": "src\/popup\/popup.html",
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.com\/*"
            ],
            "js": [
                "src\/content\/content.js",
                "jszip.min.js"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "jszip.min.js"
            ],
            "matches": [
                "https:\/\/www.amazon.com\/*"
            ]
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top