Remove Current Tab Cookies

Remove cookies exclusively within the current tab top level domain. Whitelist functionality with regular expressions.

O que é Remove Current Tab Cookies?

Remove Current Tab Cookies é uma extensão do Chrome desenvolvida por Konstantin Glukhov, e sua principal característica é "Remove cookies exclusively within the current tab top level domain. Whitelist functionality with regular expressions.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Remove Current Tab Cookies

Baixe arquivos de extensão Remove Current Tab 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

                        Facilitates the streamlined removal of cookies exclusively within the current browser tab, offering whitelist functionality with support for regular expressions to provide enhanced control.                    

Informações Básicas da Extensão

Nome Remove Current Tab Cookies Remove Current Tab Cookies
ID jpaaodoaibnmlipiaihcfonpmjdbnfoo
URL Oficial https://chromewebstore.google.com/detail/remove-current-tab-cookie/jpaaodoaibnmlipiaihcfonpmjdbnfoo
Descrição Remove cookies exclusively within the current tab top level domain. Whitelist functionality with regular expressions.
Tamanho do Arquivo 67.3 KB
Contagem de Instalações 90
Versão Atual 1.6
Última Atualização 2023-12-13
Data de Publicação 2021-11-16
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Konstantin Glukhov
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Remove Current Tab Cookies",
    "description": "Remove cookies exclusively within the current tab top level domain. Whitelist functionality with regular expressions.",
    "version": "1.6",
    "author": "Konstantin Glukhov",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "cookies",
        "tabs",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Remove Current Tab Cookies"
    },
    "icons": {
        "16": "Cookie-16.png",
        "48": "Cookie-48.png",
        "128": "Cookie-128.png"
    }
}