no-beforeunload

Gets rid of all the annoying "Do you really want to leave this website?" prompts, by disabling the beforeunload event in Chrome.

O que é no-beforeunload?

no-beforeunload é uma extensão do Chrome desenvolvida por Sebastian Noack, e sua principal característica é "Gets rid of all the annoying "Do you really want to leave this website?" prompts, by disabling the beforeunload event in Chrome.".

Baixar o arquivo CRX da Extensão no-beforeunload

Baixe arquivos de extensão no-beforeunload 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

                        Gets rid of all the annoying "Do you really want to leave this website?" prompts, by disabling the beforeunload event in Chrome.                    

Informações Básicas da Extensão

Nome no-beforeunload no-beforeunload
ID dlnlkhegmifbcipdgpggedmjdaganmei
URL Oficial https://chromewebstore.google.com/detail/no-beforeunload/dlnlkhegmifbcipdgpggedmjdaganmei
Descrição Gets rid of all the annoying "Do you really want to leave this website?" prompts, by disabling the beforeunload event in Chrome.
Tamanho do Arquivo 3.25 KB
Contagem de Instalações 161
Versão Atual 1.0
Última Atualização 2013-11-07
Data de Publicação 2013-11-07
Classificação 3.50/5 Total de 8 Avaliações
Desenvolvedor Sebastian Noack
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "no-beforeunload",
    "version": "1.0",
    "manifest_version": 2,
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ]
}