Amazon Verified Purchaser Review Average
See the average and breakdown of up to the 500 most recent verified purchaser reviews for a product on Amazon.
What is Amazon Verified Purchaser Review Average?
Amazon Verified Purchaser Review Average is a Chrome extension developed by will.blaschko, and its main feature is "See the average and breakdown of up to the 500 most recent verified purchaser reviews for a product on Amazon.".
Extension Screenshots
Download Amazon Verified Purchaser Review Average Extension CRX File
Download Amazon Verified Purchaser Review Average 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
Extension Basic Information
Name | |
ID | ojdfblobgigljijbdjlgedijgnnnnajf |
Official URL | https://chrome.google.com/webstore/detail/amazon-verified-purchaser/ojdfblobgigljijbdjlgedijgnnnnajf |
Description | See the average and breakdown of up to the 500 most recent verified purchaser reviews for a product on Amazon. |
File Size | 68.67 KB |
Installation Count | 194 |
Current Version | 1.1.4 |
Last Updated | 2015-10-24 |
Publish Date | 2015-10-24 |
Rating | 5.00/5 Total 1 Ratings |
Developer | will.blaschko |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Amazon Verified Purchaser Review Average", "description": "See the average and breakdown of up to the 500 most recent verified purchaser reviews for a product on Amazon.", "version": "1.1.4", "icons": { "16": "ico_16.png", "48": "ico_48.png", "128": "ico_128.png", "512": "ico_512.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.amazon.com\/*", "*:\/\/*.amazon.ca\/*", "*:\/\/*.amazon.co.uk\/*", "*:\/\/*.amazon.de\/*", "*:\/\/*.amazon.fr\/*", "*:\/\/*.amazon.it\/*", "*:\/\/*.amazon.es\/*", "*:\/\/*.amazon.co.jp\/*", "*:\/\/*.amazon.cn\/*", "*:\/\/*.amazon.in\/*" ], "js": [ "jquery-2.1.4.min.js", "reviews.js" ] } ], "permissions": [ "activeTab", "storage", "*:\/\/*.amazon.com\/*", "*:\/\/*.amazon.ca\/*", "*:\/\/*.amazon.co.uk\/*", "*:\/\/*.amazon.de\/*", "*:\/\/*.amazon.fr\/*", "*:\/\/*.amazon.it\/*", "*:\/\/*.amazon.es\/*", "*:\/\/*.amazon.co.jp\/*", "*:\/\/*.amazon.cn\/*", "*:\/\/*.amazon.in\/*" ] } |