No Cookie Warning

Don't want to see the cookie warnings anymore? This lightweight extension removes them for you.

Что такое No Cookie Warning?

No Cookie Warning - это расширение Chrome, разработанное Mudimedia Ltd, и его основная функция - "Don't want to see the cookie warnings anymore? This lightweight extension removes them for you.".

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

screenshot

Скачать файл CRX расширения No Cookie Warning

Скачайте файлы расширений No Cookie Warning в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        The cookie consent messages are necessary to be on the websites by the laws. But you don't need to see them. If you don't want to see the cookie warnings anymore, use this lightweight extension. This extension removes them for you.

Use this Chrome extension to remove cookie consent banners from almost all websites.

This Chrome extension is updated regularly to include the new cookie warning banners.

The new version handles many more domains.                    

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

Название No Cookie Warning No Cookie Warning
ID dnpffaflgdcpcbolhhbefkbdndaicijc
Официальный URL https://chromewebstore.google.com/detail/no-cookie-warning/dnpffaflgdcpcbolhhbefkbdndaicijc
Описание Don't want to see the cookie warnings anymore? This lightweight extension removes them for you.
Размер файла 1.07 MB
Количество установок 806
Текущая Версия 0.0.1.0
Последнее Обновление 2024-02-27
Дата публикации 2021-03-10
Рейтинг 3.83/5 Всего 12 оценок
Разработчик Mudimedia Ltd
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://nocookiewarning.com/
URL страницы помощи https://www.mudimedia.co.uk/contact
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "No Cookie Warning",
    "description": "Don't want to see the cookie warnings anymore? This lightweight extension removes them for you.",
    "author": "Mudimedia",
    "version": "0.0.1.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}