Delete Dell Cookies

Press the button to delete all cookies with "dell" in the domain

Что такое Delete Dell Cookies?

Delete Dell Cookies - это расширение Chrome, разработанное testandtargetdev, и его основная функция - "Press the button to delete all cookies with "dell" in the domain".

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

screenshot

Скачать файл CRX расширения Delete Dell Cookies

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

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

                        Delete all Dell cookies extension!

Deletes all cookies related to Dell for faster and easier development and testing!
This extension will delete cookies relevant to Dell.com development with one click. 
For use in Dell.com development.                    

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

Название Delete Dell Cookies Delete Dell Cookies
ID ogeghecgpnidmlfkldedljlblikegikj
Официальный URL https://chromewebstore.google.com/detail/delete-dell-cookies/ogeghecgpnidmlfkldedljlblikegikj
Описание Press the button to delete all cookies with "dell" in the domain
Размер файла 37.93 KB
Количество установок 361
Текущая Версия 1.80
Последнее Обновление 2023-02-07
Дата публикации 2019-05-23
Рейтинг 4.00/5 Всего 1 оценок
Разработчик testandtargetdev
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Delete Dell Cookies",
    "version": "1.80",
    "manifest_version": 3,
    "description": "Press the button to delete all cookies with \"dell\" in the domain",
    "permissions": [
        "cookies",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "action": {
        "default_icon": "cookie-new.png"
    },
    "icons": {
        "128": "cookie-new.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "updateCookies.js"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ]
}