Amazon Review Extender
A better way to browse customer reviews on Amazon
What is Amazon Review Extender?
Amazon Review Extender is a Chrome extension developed by Daeyun Shin, and its main feature is "A better way to browse customer reviews on Amazon".
Extension Screenshots
Download Amazon Review Extender Extension CRX File
Download Amazon Review Extender extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
- Read all customer reviews without reloading the page - Fold and expand
Extension Basic Information
Name | Amazon Review Extender |
ID | lafeddnfcofmeoapjjebdbilmeaalpea |
Official URL | https://chromewebstore.google.com/detail/amazon-review-extender/lafeddnfcofmeoapjjebdbilmeaalpea |
Description | A better way to browse customer reviews on Amazon |
File Size | 61.39 KB |
Installation Count | 187 |
Current Version | 1.0.11 |
Last Updated | 2013-01-29 |
Publish Date | 2013-01-28 |
Rating | 4.00/5 Total 4 Ratings |
Developer | Daeyun Shin |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Amazon Review Extender", "version": "1.0.11", "manifest_version": 2, "description": "A better way to browse customer reviews on Amazon", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/www.amazon.com\/*" ], "js": [ "jquery-1.8.3.min.js", "script.js" ], "css": [ "style.css" ] } ], "permissions": [ "http:\/\/www.amazon.com\/" ], "web_accessible_resources": [ "loading.gif" ] } |