Amazon Discount Filter Search

Add a discount filter to find hidden Amazon discounts

Cos'è Amazon Discount Filter Search?

Amazon Discount Filter Search è un'estensione di Chrome sviluppata da https://pricecraft.de, e la sua funzione principale è "Add a discount filter to find hidden Amazon discounts".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Amazon Discount Filter Search

Scarica i file di estensione Amazon Discount Filter Search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Save money with this free Chrome plugin.
Find the best deals on Amazon. This plugin adds a discount filter to find hidden discounts.
Just visit Amazon, search and and choose how much percentage you want to save(0-99%)

Works with:
==========
United States, United Kingdom, Germany, France, Espania and Italy

Have fun :-)                    

Informazioni di Base sull'Estensione

Nome Amazon Discount Filter Search Amazon Discount Filter Search
ID eohbbajkoooocjajdbdhociepglcinjo
URL Ufficiale https://chromewebstore.google.com/detail/amazon-discount-filter-se/eohbbajkoooocjajdbdhociepglcinjo
Descrizione Add a discount filter to find hidden Amazon discounts
Dimensione del File 564 KB
Conteggio Installazioni 828
Versione Corrente 1.1.0.4
Ultimo Aggiornamento 2024-01-30
Data di Pubblicazione 2020-06-23
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore https://pricecraft.de
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://pricecraft.de
URL della Pagina di Aiuto http://pricecraft.de/#contact
URL della Pagina della Politica sulla Privacy http://pricecraft.de/police.html
Lingue Supportate de,en,en-GB,en-US,fr,nl,tr,es,it,pl,cs
manifest.json
{
    "background": {
        "service_worker": "background-wrapper.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                ".\/functions.js",
                ".\/js\/popper.min.js"
            ],
            "matches": [
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.de\/*",
                "*:\/\/*.amazon.fr\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.amazon.it\/*",
                "*:\/\/*.amazon.es\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "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": "en",
    "description": "__MSG_appdesc__",
    "icons": {
        "128": "img\/discount_128x128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAu\/zbI0msJOXHiLhjUBztyRwECCxCNL8sgH5Ib\/rP5Lv6320ZCWhELdNvpOQeeOGFt+B9PstUe\/18qzCuoHhqUKNJSSXwPsIyWedbBVe9KW+iiUVJx70+Qt0qEIPsSYTb1r+f8TNt885mP5vfUTCe8yzHEpZqCZEaL2WPfshmX5a09y4vlAVhk0RWz9CYbqxx0qRkbbgKFj0nyG5aV5n1dN6dHOx5eHSYB2\/gmT5RwC53bPusKj5Pfo42C7uoGwtihSIojxQkTYvg0M5KA+7bF7nIO4Ib59AtdwPpHswF+BFC3qyFFx9fbUOP6w2jEKT64zXrub+Xzo4mlVWkRZ3LqQIDAQAB",
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "name": "__MSG_appname__",
    "offline_enabled": true,
    "permissions": [
        "tabs",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.amazon.com\/",
        "https:\/\/www.amazon.de\/",
        "https:\/\/www.amazon.it\/",
        "https:\/\/www.amazon.co.uk\/",
        "https:\/\/www.amazon.fr\/",
        "https:\/\/www.amazon.es\/"
    ],
    "action": {
        "default_popup": "index.html"
    },
    "short_name": "AMZ Discount",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.0.4"
}