no more auto fb login

Logs out of fb when you close the tab

Cos'è no more auto fb login?

no more auto fb login è un'estensione di Chrome sviluppata da alpacamel, e la sua funzione principale è "Logs out of fb when you close the tab".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione no more auto fb login

Scarica i file di estensione no more auto fb login in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome no more auto fb login no more auto fb login
ID feebdciggpbeghmoeebpghiffgjcdlcc
URL Ufficiale https://chromewebstore.google.com/detail/no-more-auto-fb-login/feebdciggpbeghmoeebpghiffgjcdlcc
Descrizione Logs out of fb when you close the tab
Dimensione del File 3.95 KB
Conteggio Installazioni 85
Versione Corrente 0.3
Ultimo Aggiornamento 2021-05-19
Data di Pubblicazione 2019-05-03
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore alpacamel
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}