Amazon Unsponsor

Hide or highlight Amazon sponsored items

What is Amazon Unsponsor?

Amazon Unsponsor is a Chrome extension developed by Daniel Albers, and its main feature is "Hide or highlight Amazon sponsored items".

Extension Screenshots

screenshot
screenshot
screenshot

Download Amazon Unsponsor Extension CRX File

Download Amazon Unsponsor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Amazon Unsponsor Amazon Unsponsor
ID kfaknphcidikmjhmmfmphghhlcoknflj
Official URL https://chromewebstore.google.com/detail/amazon-unsponsor/kfaknphcidikmjhmmfmphghhlcoknflj
Description Hide or highlight Amazon sponsored items
File Size 23.82 KB
Installation Count 1,239
Current Version 0.4.2
Last Updated 2023-04-24
Publish Date 2020-05-13
Rating 3.82/5 Total 11 Ratings
Developer Daniel Albers
Email [email protected]
Payment Type free
Supported Languages 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
}