Reload Page Without Cookies

Clear Cookie for current tab and reload

O que é Reload Page Without Cookies?

Reload Page Without Cookies é uma extensão do Chrome desenvolvida por chongyang18, e sua principal característica é "Clear Cookie for current tab and reload".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Reload Page Without Cookies

Baixe arquivos de extensão Reload Page Without 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

                        Reload page without cookies by clicking on the extension icon                    

Informações Básicas da Extensão

Nome Reload Page Without Cookies Reload Page Without Cookies
ID hedcmpoocggcflieohecjddaemkpjice
URL Oficial https://chromewebstore.google.com/detail/reload-page-without-cooki/hedcmpoocggcflieohecjddaemkpjice
Descrição Clear Cookie for current tab and reload
Tamanho do Arquivo 6.36 KB
Contagem de Instalações 73
Versão Atual 0.1
Última Atualização 2020-04-02
Data de Publicação 2020-03-29
Desenvolvedor chongyang18
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reload Page Without Cookies",
    "description": "Clear Cookie for current tab and reload",
    "version": "0.1",
    "permissions": [
        "cookies",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "cookie.png",
        "default_title": "Reload Page Without Cookies"
    },
    "author": "Mike Yan"
}