Amazon Unsponsor

Hide or highlight Amazon sponsored items

Cos'è Amazon Unsponsor?

Amazon Unsponsor è un'estensione di Chrome sviluppata da Daniel Albers, e la sua funzione principale è "Hide or highlight Amazon sponsored items".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Amazon Unsponsor

Scarica i file di estensione Amazon Unsponsor 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

                        Search results on Amazon often include sponsored items with low relevance. This addon shades the background of these items or alternatively removes them altogether.                    

Informazioni di Base sull'Estensione

Nome Amazon Unsponsor Amazon Unsponsor
ID kfaknphcidikmjhmmfmphghhlcoknflj
URL Ufficiale https://chromewebstore.google.com/detail/amazon-unsponsor/kfaknphcidikmjhmmfmphghhlcoknflj
Descrizione Hide or highlight Amazon sponsored items
Dimensione del File 23.82 KB
Conteggio Installazioni 1,239
Versione Corrente 0.4.2
Ultimo Aggiornamento 2023-04-24
Data di Pubblicazione 2020-05-13
Valutazione 3.82/5 Totale 11 Valutazioni
Sviluppatore Daniel Albers
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Amazon Unsponsor",
    "version": "0.4.2",
    "description": "Hide or highlight Amazon sponsored items",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.ae\/*",
                "https:\/\/www.amazon.ca\/*",
                "https:\/\/www.amazon.cn\/*",
                "https:\/\/www.amazon.co.jp\/*",
                "https:\/\/www.amazon.co.uk\/*",
                "https:\/\/www.amazon.com\/*",
                "https:\/\/www.amazon.com.au\/*",
                "https:\/\/www.amazon.com.br\/*",
                "https:\/\/www.amazon.com.sg\/*",
                "https:\/\/www.amazon.com.tr\/*",
                "https:\/\/www.amazon.de\/*",
                "https:\/\/www.amazon.eg\/*",
                "https:\/\/www.amazon.es\/*",
                "https:\/\/www.amazon.fr\/*",
                "https:\/\/www.amazon.in\/*",
                "https:\/\/www.amazon.it\/*",
                "https:\/\/www.amazon.mx\/*",
                "https:\/\/www.amazon.nl\/*",
                "https:\/\/www.amazon.pl\/*",
                "https:\/\/www.amazon.se\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "icons": {
        "16": "icons\/logo16.png",
        "48": "icons\/logo48.png",
        "128": "icons\/logo128.png"
    },
    "manifest_version": 2
}