Amazon Discount Hunter

3/3/2021

什么是Amazon Discount Hunter?

Amazon Discount Hunter是由https://iscoupon.com开发的Chrome扩展程序,该扩展的主要功能是“3/3/2021”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Amazon Discount Hunter扩展crx文件

下载Amazon Discount Hunter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Find hidden discounts on Amazon. Get your chance to save upto 90% OFF your purchase with Amazon Discount Hunter.
Not only does Amazon offer 75% OFF discounts but it also suggests customers to lower-cost products with higher profit margins. Amazon is definitely a go-to online shopping platform. 
To access all the best bargains from Amazon’s web links, you only need to fiddle with Amazon web addresses.
A small note is that it is not as simple as it sounds. That’s why Amazon Discount Hunter was built. Within a few seconds, you will be able to get all the discounts on Amazon. 
When you set your filter of the percent off listed-prices and the categories you want, our Discount Finder manipulates Amazon web-links to provide users with bargain pages. For example, toilet paper 30% OFF or sunglasses 15% OFF.
We appreciate your feedback and any suggestions you’d like to add. It would also be fabulous if you can submit any top Amazon discount links or Amazon shopping tips that we’ve missed in the guide below.

***Frequently Asked Questions***

* What is Amazon Discount Hunter?
Amazon Discount Hunter serves as a free online tool that finds valid deals and discounts. Customizable filter options and immediate results provide all customers the lowest price possible to save while shopping on Amazon.

* How to use Amazon Discount Hunter?
Using our Amazon Discount Hunter takes less than a minute for instant results. 
First, select the country you live in or wish to buy from, and enter the product name you’d normally type in the Amazon search bar. Then, select the department that best describes your search, and enter both the minimum and maximum prices for the Amazon products.

Below the options for minimum and maximum prices is the discount slider - simply slide the endpoints of the bar to determine the minimum and maximum discount you're looking for.

Finally, you can customize results and specify both free shipping for your delivery and Amazon Prime options. Press "Search Discount" and get the deals you're looking for.

* Does Amazon Discount Hunter offer the best price?
Yes, it does! From your search, the tool shows the price range and discount range of the item you're looking for, allowing you to choose the best price for maximum savings. .

* What countries does the Amazon Discount Hunter search?
Our tool is available in 12 different countries, such as the United States, the United Kingdom, Japan, India, Germany, France, Brazil, and more.


Already using Amazon Coupon, PriceBlink, Coupert, Cently, Rakuten or Amazon Wishlist, RetailMeNot Genie, Piggy?  This will make a great addition to your collection of shopping extensions!  Get started saving today!                    

扩展基本信息

名称 Amazon Discount Hunter Amazon Discount Hunter
ID popfmfdcmbgimojlgdgeikdffbecaija
官方URL https://chromewebstore.google.com/detail/amazon-discount-hunter/popfmfdcmbgimojlgdgeikdffbecaija
简介 3/3/2021
文件大小 400 KB
安装次数 1,484
当前版本 1.2
更新时间 2021-03-03
上架时间 2020-04-01
开发者 https://iscoupon.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://iscoupon.com/amazon-hunter
帮助页面URL https://iscoupon.com/amazon-hunter
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Amazon Discount Hunter",
    "version": "1.2",
    "description": "3\/3\/2021",
    "manifest_version": 2,
    "icons": {
        "16": "icon-extension-grey-16.png",
        "48": "icon-extension-grey-48.png",
        "128": "icon-extension-grey-128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icon-extension-grey-16.png",
            "19": "icon-extension-grey-19.png",
            "32": "icon-extension-grey-32.png",
            "38": "icon-extension-grey-38.png",
            "128": "icon-extension-grey-128.png"
        },
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "js": [
                "jquery-3.2.1.min.js",
                "slick.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "include_globs": [
                "*:\/\/*.amazon.*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "jquery-3.2.1.min.js",
            "background.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}