Amazon Ad & Sponsored Listing Blocker

Block all ads and sponsored listings on Amazon. Works for amazon.com and also amazon.co.uk, amazon.de, amazon.in and many more!

Что такое Amazon Ad & Sponsored Listing Blocker?

Amazon Ad & Sponsored Listing Blocker - это расширение Chrome, разработанное No Ad Extensions, и его основная функция - "Block all ads and sponsored listings on Amazon. Works for amazon.com and also amazon.co.uk, amazon.de, amazon.in and many more!".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Amazon Ad & Sponsored Listing Blocker

Скачайте файлы расширений Amazon Ad & Sponsored Listing Blocker в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Block all ads and sponsored listings on Amazon. Tired of sponsored listings clogging up your search results? Gone! Tired of the million ads jammed onto every product page? Gone!

Works for all of the following sites:
amazon.com
smile.amazon.com
amazon.co.uk
amazon.in
amazon.de
and all other Amazon domains!

FAQ:

- Does this actually work?

Yes. I've personally updated and tested it. It was last updated and works as of December 2023.

- Do you collect any data from users?

No. We only ask for permission to read/alter content on amazon domains and don't collect or send any data from your local machine.                    

Основная информация о расширении

Название Amazon Ad & Sponsored Listing Blocker Amazon Ad & Sponsored Listing Blocker
ID lepiapjabmikggmkkefllaojbfijaffl
Официальный URL https://chromewebstore.google.com/detail/amazon-ad-sponsored-listi/lepiapjabmikggmkkefllaojbfijaffl
Описание Block all ads and sponsored listings on Amazon. Works for amazon.com and also amazon.co.uk, amazon.de, amazon.in and many more!
Размер файла 51.63 KB
Количество установок 2,604
Текущая Версия 1.3
Последнее Обновление 2023-12-15
Дата публикации 2021-12-09
Рейтинг 4.21/5 Всего 24 оценок
Разработчик No Ad Extensions
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Amazon Ad & Sponsored Listing Blocker",
    "description": "Block all ads and sponsored listings on Amazon. Works for amazon.com and also amazon.co.uk, amazon.de, amazon.in and many more!",
    "version": "1.3",
    "manifest_version": 3,
    "action": {
        "default_icon": "amazon-ad-blocker.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.amazon.com\/*",
                "https:\/\/*.amazon.co.uk\/*",
                "https:\/\/*.amazon.ca\/*",
                "https:\/\/*.amazon.com.mx\/*",
                "https:\/\/*.amazon.com.au\/*",
                "https:\/\/*.amazon.in\/*",
                "https:\/\/*.amzn.com\/*",
                "https:\/\/*.amazon.it\/*",
                "https:\/\/*.amazon.fr\/*",
                "https:\/\/*.amazon.es\/*",
                "https:\/\/*.amazon.co.jp\/*",
                "https:\/\/*.amazon.de\/*",
                "https:\/\/*.amazon.pl\/*",
                "https:\/\/*.amazon.com.tr\/*",
                "https:\/\/*.amazon.cn\/*",
                "https:\/\/*.amazon.sa\/*",
                "https:\/\/*.amazon.sg\/*",
                "https:\/\/*.amazon.ae\/*",
                "https:\/\/*.amazon.com.br\/*",
                "https:\/\/*.amazon.eg\/*",
                "https:\/\/*.amazon.se\/*"
            ],
            "run_at": "document_end",
            "js": [
                "contentScript.js"
            ]
        }
    ]
}