Delete Dell Cookies

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

Co je Delete Dell Cookies?

Delete Dell Cookies je rozšíření Chrome vyvinuté testandtargetdev, a jeho hlavní funkcí je „Press the button to delete all cookies with "dell" in the domain“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Delete Dell Cookies

Stáhněte si soubory rozšíření Delete Dell Cookies ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Delete Dell Cookies Delete Dell Cookies
ID ogeghecgpnidmlfkldedljlblikegikj
Oficiální URL https://chromewebstore.google.com/detail/delete-dell-cookies/ogeghecgpnidmlfkldedljlblikegikj
Popis Press the button to delete all cookies with "dell" in the domain
Velikost souboru 37.93 KB
Počet instalací 361
Aktuální Verze 1.80
Poslední Aktualizace 2023-02-07
Datum Vydání 2019-05-23
Hodnocení 4.00/5 Celkem 1 Hodnocení
Vývojář testandtargetdev
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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
        }
    ]
}