Amazon Unsponsor

Hide or highlight Amazon sponsored items

Wat is Amazon Unsponsor?

Amazon Unsponsor is een Chrome-extensie ontwikkeld door Daniel Albers, en de belangrijkste functie is "Hide or highlight Amazon sponsored items".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Amazon Unsponsor

Download Amazon Unsponsor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Amazon Unsponsor Amazon Unsponsor
ID kfaknphcidikmjhmmfmphghhlcoknflj
Officiële URL https://chromewebstore.google.com/detail/amazon-unsponsor/kfaknphcidikmjhmmfmphghhlcoknflj
Beschrijving Hide or highlight Amazon sponsored items
Bestandsgrootte 23.82 KB
Aantal Installaties 1,239
Huidige Versie 0.4.2
Laatst Bijgewerkt 2023-04-24
Publicatiedatum 2020-05-13
Beoordeling 3.82/5 Totaal 11 Beoordelingen
Ontwikkelaar Daniel Albers
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}