Amazon Deal Finder

Get the best deals on Amazon products. Is that a good price? Should I buy now or wait?

What is Amazon Deal Finder?

Amazon Deal Finder is a Chrome extension developed by qhoxie, and its main feature is "Get the best deals on Amazon products. Is that a good price? Should I buy now or wait?".

Extension Screenshots

screenshot
screenshot

Download Amazon Deal Finder Extension CRX File

Download Amazon Deal Finder 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

                        This extension will show you right on the Amazon product page if the price you are seeing is a good price, a bad price, or even the best price yet.  Now you can be confident if now is a good time to buy.

We'll also help you find and get all the best Amazon deals, coupons codes, and promotions.  It all is done automatically and requires nothing beyond installing this extension!                    

Extension Basic Information

Name Amazon Deal Finder Amazon Deal Finder
ID dlhllmhbkgmcglolodapkmmdaejdnikd
Official URL https://chrome.google.com/webstore/detail/amazon-deal-finder/dlhllmhbkgmcglolodapkmmdaejdnikd
Description Get the best deals on Amazon products. Is that a good price? Should I buy now or wait?
File Size 1.08 MB
Installation Count 17
Current Version 1.0.1
Last Updated 2019-09-03
Publish Date 2019-08-28
Developer qhoxie
Payment Type free
Extension Website https://dailydealfinder.xyz/
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1",
    "manifest_version": 2,
    "name": "Amazon Deal Finder",
    "description": "Get the best deals on Amazon products.  Is that a good price?  Should I buy now or wait?",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "lib\/js\/browser-polyfill.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "lib\/js\/browser-polyfill.js",
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "icons": {
        "128": "img\/icon.png"
    }
}