no more auto fb login

Logs out of fb when you close the tab

O que é no more auto fb login?

no more auto fb login é uma extensão do Chrome desenvolvida por alpacamel, e sua principal característica é "Logs out of fb when you close the tab".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão no more auto fb login

Baixe arquivos de extensão no more auto fb login 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

                        Extension to log out of fb after closing that tab.

It's easy to open fb and start scrolling through the feed. Logging out helps. Inconveniently, fb does not let you click a checkbox to indicate that you do not want to stay logged in. You have to manually click on the log out button and even then you have the option to one-click-log-in.

This extension works around that by logging you out and removing one-click-log-in as soon as you close the tab. So you have to manually put in your username and password every time you come back.                    

Informações Básicas da Extensão

Nome no more auto fb login no more auto fb login
ID feebdciggpbeghmoeebpghiffgjcdlcc
URL Oficial https://chromewebstore.google.com/detail/no-more-auto-fb-login/feebdciggpbeghmoeebpghiffgjcdlcc
Descrição Logs out of fb when you close the tab
Tamanho do Arquivo 3.95 KB
Contagem de Instalações 85
Versão Atual 0.3
Última Atualização 2021-05-19
Data de Publicação 2019-05-03
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor alpacamel
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "no more auto fb login",
    "version": "0.3",
    "description": "Logs out of fb when you close the tab",
    "permissions": [
        "tabs",
        "cookies",
        "*:\/\/*.facebook.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "manifest_version": 2
}