Delete Dell Cookies

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

O que é Delete Dell Cookies?

Delete Dell Cookies é uma extensão do Chrome desenvolvida por testandtargetdev, e sua principal característica é "Press the button to delete all cookies with "dell" in the domain".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Delete Dell Cookies

Baixe arquivos de extensão Delete Dell Cookies no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Delete Dell Cookies Delete Dell Cookies
ID ogeghecgpnidmlfkldedljlblikegikj
URL Oficial https://chromewebstore.google.com/detail/delete-dell-cookies/ogeghecgpnidmlfkldedljlblikegikj
Descrição Press the button to delete all cookies with "dell" in the domain
Tamanho do Arquivo 37.93 KB
Contagem de Instalações 361
Versão Atual 1.80
Última Atualização 2023-02-07
Data de Publicação 2019-05-23
Classificação 4.00/5 Total de 1 Avaliações
Desenvolvedor testandtargetdev
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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
        }
    ]
}