Delete Dell Cookies

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

Co to jest Delete Dell Cookies?

Delete Dell Cookies to rozszerzenie Chrome opracowane przez testandtargetdev, a jego główną funkcją jest „Press the button to delete all cookies with "dell" in the domain”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Delete Dell Cookies

Pobierz pliki rozszerzeń Delete Dell Cookies w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Delete Dell Cookies Delete Dell Cookies
ID ogeghecgpnidmlfkldedljlblikegikj
Oficjalny URL https://chromewebstore.google.com/detail/delete-dell-cookies/ogeghecgpnidmlfkldedljlblikegikj
Opis Press the button to delete all cookies with "dell" in the domain
Rozmiar pliku 37.93 KB
Liczba instalacji 361
Aktualna Wersja 1.80
Ostatnia Aktualizacja 2023-02-07
Data Publikacji 2019-05-23
Ocena 4.00/5 Łącznie 1 Oceny
Deweloper testandtargetdev
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
        }
    ]
}