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 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\/*" ] } ] }