Amazon Unsponsor

Hide or highlight Amazon sponsored items

Was ist Amazon Unsponsor?

Amazon Unsponsor ist eine Chrome-Erweiterung, die von Daniel Albers entwickelt wurde, und ihr Hauptmerkmal ist "Hide or highlight Amazon sponsored items".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Amazon Unsponsor-Erweiterungs-CRX-Datei herunterladen

Laden Sie Amazon Unsponsor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Amazon Unsponsor Amazon Unsponsor
ID kfaknphcidikmjhmmfmphghhlcoknflj
Offizielle URL https://chromewebstore.google.com/detail/amazon-unsponsor/kfaknphcidikmjhmmfmphghhlcoknflj
Beschreibung Hide or highlight Amazon sponsored items
Dateigröße 23.82 KB
Installationsanzahl 1,239
Aktuelle Version 0.4.2
Letztes Update 2023-04-24
Veröffentlichungsdatum 2020-05-13
Bewertung 3.82/5 Insgesamt 11 Bewertungen
Entwickler Daniel Albers
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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
}