Amazon Discount Hunter

3/3/2021

Co to jest Amazon Discount Hunter?

Amazon Discount Hunter to rozszerzenie Chrome opracowane przez https://iscoupon.com, a jego główną funkcją jest „3/3/2021”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Amazon Discount Hunter

Pobierz pliki rozszerzeń Amazon Discount Hunter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Amazon Discount Hunter Amazon Discount Hunter
ID popfmfdcmbgimojlgdgeikdffbecaija
Oficjalny URL https://chromewebstore.google.com/detail/amazon-discount-hunter/popfmfdcmbgimojlgdgeikdffbecaija
Opis 3/3/2021
Rozmiar pliku 400 KB
Liczba instalacji 1,484
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2021-03-03
Data Publikacji 2020-04-01
Deweloper https://iscoupon.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://iscoupon.com/amazon-hunter
Adres URL Strony Pomocy https://iscoupon.com/amazon-hunter
Obsługiwane Języki 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'"
}