Delete Dell Cookies

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

Cos'è Delete Dell Cookies?

Delete Dell Cookies è un'estensione di Chrome sviluppata da testandtargetdev, e la sua funzione principale è "Press the button to delete all cookies with "dell" in the domain".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Delete Dell Cookies

Scarica i file di estensione Delete Dell Cookies in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Delete Dell Cookies Delete Dell Cookies
ID ogeghecgpnidmlfkldedljlblikegikj
URL Ufficiale https://chromewebstore.google.com/detail/delete-dell-cookies/ogeghecgpnidmlfkldedljlblikegikj
Descrizione Press the button to delete all cookies with "dell" in the domain
Dimensione del File 37.93 KB
Conteggio Installazioni 361
Versione Corrente 1.80
Ultimo Aggiornamento 2023-02-07
Data di Pubblicazione 2019-05-23
Valutazione 4.00/5 Totale 1 Valutazioni
Sviluppatore testandtargetdev
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
        }
    ]
}