Cookie Deleter

Simple cookie remover for current tab (with optional page refreshing)

O que é Cookie Deleter?

Cookie Deleter é uma extensão do Chrome desenvolvida por Tuhnik, e sua principal característica é "Simple cookie remover for current tab (with optional page refreshing)".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Cookie Deleter

Baixe arquivos de extensão Cookie Deleter 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

                        Cookie Deleter also deletes local storage and session storage. Lightweight code with no dependencies.
Version 0.1.3 adds an updated icon.                    

Informações Básicas da Extensão

Nome Cookie Deleter Cookie Deleter
ID flmicjkngcbhiioifamhhhpgjaeegkaa
URL Oficial https://chrome.google.com/webstore/detail/cookie-deleter/flmicjkngcbhiioifamhhhpgjaeegkaa
Descrição Simple cookie remover for current tab (with optional page refreshing)
Tamanho do Arquivo 7.23 KB
Contagem de Instalações 811
Versão Atual 0.1.3
Última Atualização 2017-10-04
Data de Publicação 2017-10-04
Classificação 4.20/5 Total de 5 Avaliações
Desenvolvedor Tuhnik
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon_small.png",
        "default_title": "Delete cookies for current tab"
    },
    "description": "Simple cookie remover for current tab (with optional page refreshing)",
    "icons": {
        "128": "icon128.png",
        "16": "icon.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnD4Dt6VRLhSGs95cBglWkqcxKToBIt14BipmgI8Aqj6Skn5pHSTuXgd9eJZc\/fEAS6hzpVNeKYe5gsAs0XEq9zdDmLknl2ApY\/qB\/4D9mm0ukzQhH+2K5SRPZCT2Bv\/PyrHP1DxTII4Cu3h7CwuHyWemxjEJgG9g3Kbt3O0+HxrU\/JG8jn215WJFJqHmF9KYEfOqwTN\/27HTm8oDprbLToOqG0VWQvB38qzDDO5MLFvTfU6ReLY2riw5rivc8j3noWTSsLGPsWisF0NvHr\/3IKVW3y2lMAWPLiHJYTr+Y7nJG1f7JfiLPK0dOVcKDeLBLiSjidI5yo7VZi8J4xD0TQIDAQAB",
    "manifest_version": 2,
    "name": "Cookie Deleter",
    "permissions": [
        "contextMenus",
        "cookies",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.3"
}