Review Reveal - Identify Fake Amazon Reviews

Review Reveal analyzes Amazon product review authenticity to help you spot fakes and make better purchasing decisions.

What is Review Reveal - Identify Fake Amazon Reviews?

Review Reveal - Identify Fake Amazon Reviews is a Chrome extension developed by ReviewReveal, and its main feature is "Review Reveal analyzes Amazon product review authenticity to help you spot fakes and make better purchasing decisions.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Review Reveal - Identify Fake Amazon Reviews Extension CRX File

Download Review Reveal - Identify Fake Amazon Reviews 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

                        Review Reveal is an Amazon.com shopping assistant that saves users from buying products hyped up by fraudulent reviews. This app uses over a dozen factors to identify fake reviews, paid-for reviews, and reviews written in exchange for discounts.

Install, add it to your Chrome Bar, and run it on the Amazon product page before making a purchase. Review Reveal will scan your product and give you both a recommendation and a more accurate product rating, ensuring that you feel more confident about the purchases you make!

ReviewReveal is currently available in the US, UK, Canada, and Australia. 

Read more on ReviewReveal.com.                    

Extension Basic Information

Name Review Reveal - Identify Fake Amazon Reviews Review Reveal - Identify Fake Amazon Reviews
ID iildffljigfpnmfkhkfmglknmihbihlg
Official URL https://chromewebstore.google.com/detail/review-reveal-identify-fa/iildffljigfpnmfkhkfmglknmihbihlg
Description Review Reveal analyzes Amazon product review authenticity to help you spot fakes and make better purchasing decisions.
File Size 393 KB
Installation Count 175
Current Version 0.9
Last Updated 2016-05-09
Publish Date 2016-05-08
Rating 3.00/5 Total 10 Ratings
Developer ReviewReveal
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Review Reveal - Identify Fake Amazon Reviews",
    "description": "Review Reveal analyzes Amazon product review authenticity to help you spot fakes and make better purchasing decisions. ",
    "version": "0.9",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icons\/icon.png",
        "default_title": "Review Reveal"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icons\/icon.png",
        "48": "icons\/icon.png",
        "128": "icons\/icon.png"
    },
    "permissions": [
        "tabs",
        "webNavigation"
    ]
}