Amazon Discount Finder

Find hidden discounts on Amazon. Amazon Discount Finder helps you to find best deals upto 90% discount.

¿Qué es Amazon Discount Finder?

Amazon Discount Finder es una extensión de Chrome desarrollada por https://dealfinder.altervista.org, y su función principal es "Find hidden discounts on Amazon. Amazon Discount Finder helps you to find best deals upto 90% discount.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Amazon Discount Finder

Descarga archivos de extensión Amazon Discount Finder en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Amazon is really the best online shopping site, and often it offers 75% and better reductions, yet it directs people to other areas, sending them to higher profit margin products instead.

There's a geeky way to manipulate Amazon's web links to display all heavily-reduced bargains. All you need to do is fiddle with Amazon web addresses to bring up lists of knock-down prices.

The problem is these are a faff to make yourself. So we built the Amazon Hidden Discount Finder. It creates your own bespoke super-specific pages in seconds, where you choose the discount.

Our Discount Finder manipulates Amazon web-links to create customized bargain basement pages. Just select the percent off the list price & the category you want, eg, TVs 30%+ off or DVDs 90%+ off.

We would love to hear any feedback on the answers it gives, any new categories you'd like added and other suggestions. It would also be fab if you could add any top Amazon discount links you find and other Amazon buying tips that we haven't included in the guide below the tool.

--------------
* HOW TO USE *
--------------
1. Select the Amazon store (country) in which you want to search for the product;
2. Select a category, if you want to search for discounted products within a selected category;
3. Or enter a keyword (keyword) and find the best deals, by clicking the "Search" button.
4. The keyword is not really necessary if you want to explore only the products available in the selected category.
---------
* Tips: *
---------

• When searching for treasure, don't just look at the first page of bargains, try a few. Don't assume that just because it's discounted, it must be a good buy. Try higher percentage discounts for cheaper, smaller items and lower percentages for niche, expensive ones.

Just because something is listed with a huge discount, it doesn't automatically make it a bargain (or worth buying).
-------------
* Features: *
-------------
1. Provides advanced search options on Amazon.
2. Available for all countries: US, Canada, UK, Germany, France, Italy, Spain, Japan and China.
3. Research on the basis of a keyword inserted.
4. Search according to the range set off: you can search all products with discounts from 1% to 99%.
5. Search results optional sorted by:
• Bestsellers
• New and Popular
• Price: Low to High
• Price: High to Low
• Average Customer Review
6. By price range: the user can set a range of prices for which you want to see results.                    

Información Básica de la Extensión

Nombre Amazon Discount Finder Amazon Discount Finder
ID hdnljepgpemjmhehgjianajlblmbkgfn
URL Oficial https://chromewebstore.google.com/detail/amazon-discount-finder/hdnljepgpemjmhehgjianajlblmbkgfn
Descripción Find hidden discounts on Amazon. Amazon Discount Finder helps you to find best deals upto 90% discount.
Tamaño del Archivo 324 KB
Cantidad de Instalaciones 7,788
Versión Actual 1.0.37
Última Actualización 2024-02-11
Fecha de Publicación 2019-05-04
Calificación 3.77/5 Total de 26 Calificaciones
Desarrollador https://dealfinder.altervista.org
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://www.iubenda.com/privacy-policy/38422953
Idiomas Soportados de,en,fr,ca,es,it,zh-CN,zh-TW,ja
manifest.json
{
    "action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background-wrapper.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "run_at": "document_end",
            "css": [
                "style\/jquery-ui-1.8.10.custom.css",
                "style\/dd.css",
                "style\/amazonfinder.css"
            ],
            "js": [
                "scripts\/jquery.min.js",
                "scripts\/jquery-ui.min.js",
                "scripts\/jquery.watermark.js",
                "scripts\/jquery.numeric.js",
                "scripts\/jquery.selectboxes.min.js",
                "scripts\/jquery.dd.js",
                "scripts\/amazon.js"
            ],
            "matches": [
                "https:\/\/www.amazon.com\/*",
                "https:\/\/www.amazon.co.uk\/*",
                "https:\/\/www.amazon.de\/*",
                "https:\/\/www.amazon.fr\/*",
                "https:\/\/www.amazon.es\/*",
                "https:\/\/www.amazon.it\/*",
                "https:\/\/www.amazon.nl\/*",
                "https:\/\/www.amazon.pl\/*",
                "https:\/\/www.amazon.sa\/*",
                "https:\/\/www.amazon.sg\/*",
                "https:\/\/www.amazon.ae\/*",
                "https:\/\/www.amazon.com.au\/*",
                "https:\/\/www.amazon.com.br\/*",
                "https:\/\/www.amazon.com.mx\/*",
                "https:\/\/www.amazon.com.be\/*",
                "http:\/\/www.amazon.se\/*",
                "http:\/\/www.amazon.cn\/*",
                "https:\/\/www.amazon.co.jp\/*",
                "https:\/\/www.ecb.europa.eu\/stats\/eurofxref\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'; script-src 'self'; object-src 'self'; style-src 'self' 'unsafe-inline' fonts.googleapis.com; script-src-elem 'self' 'unsafe-inline';"
    },
    "default_locale": "it",
    "description": "__MSG_extDescription__",
    "host_permissions": [
        "https:\/\/www.amazon.com\/*",
        "https:\/\/www.amazon.co.uk\/*",
        "https:\/\/www.amazon.de\/*",
        "https:\/\/www.amazon.fr\/*",
        "https:\/\/www.amazon.es\/*",
        "https:\/\/www.amazon.it\/*",
        "https:\/\/www.amazon.nl\/*",
        "https:\/\/www.amazon.pl\/*",
        "https:\/\/www.amazon.sa\/*",
        "https:\/\/www.amazon.sg\/*",
        "https:\/\/www.amazon.ae\/*",
        "https:\/\/www.amazon.com.au\/*",
        "https:\/\/www.amazon.com.br\/*",
        "https:\/\/www.amazon.com.mx\/*",
        "https:\/\/www.amazon.com.be\/*",
        "http:\/\/www.amazon.se\/*",
        "http:\/\/www.amazon.cn\/*",
        "https:\/\/www.amazon.co.jp\/*",
        "https:\/\/www.ecb.europa.eu\/stats\/eurofxref\/*"
    ],
    "homepage_url": "https:\/\/dealfinder.altervista.org\/amz\/",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "19": "icon19.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png"
    },
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "name": "__MSG_extName__",
    "short_name": "AMZ Discount",
    "offline_enabled": true,
    "permissions": [
        "tabs",
        "scripting",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.37"
}