no more auto fb login

Logs out of fb when you close the tab

Was ist no more auto fb login?

no more auto fb login ist eine Chrome-Erweiterung, die von alpacamel entwickelt wurde, und ihr Hauptmerkmal ist "Logs out of fb when you close the tab".

Erweiterungsscreenshots

screenshot

no more auto fb login-Erweiterungs-CRX-Datei herunterladen

Laden Sie no more auto fb login-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name no more auto fb login no more auto fb login
ID feebdciggpbeghmoeebpghiffgjcdlcc
Offizielle URL https://chromewebstore.google.com/detail/no-more-auto-fb-login/feebdciggpbeghmoeebpghiffgjcdlcc
Beschreibung Logs out of fb when you close the tab
Dateigröße 3.95 KB
Installationsanzahl 85
Aktuelle Version 0.3
Letztes Update 2021-05-19
Veröffentlichungsdatum 2019-05-03
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler alpacamel
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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
}