no more auto fb login
Logs out of fb when you close the tab
Co to jest no more auto fb login?
no more auto fb login to rozszerzenie Chrome opracowane przez alpacamel, a jego główną funkcją jest „Logs out of fb when you close the tab”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia no more auto fb login
Pobierz pliki rozszerzeń no more auto fb login w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | feebdciggpbeghmoeebpghiffgjcdlcc |
Oficjalny URL | https://chromewebstore.google.com/detail/no-more-auto-fb-login/feebdciggpbeghmoeebpghiffgjcdlcc |
Opis | Logs out of fb when you close the tab |
Rozmiar pliku | 3.95 KB |
Liczba instalacji | 85 |
Aktualna Wersja | 0.3 |
Ostatnia Aktualizacja | 2021-05-19 |
Data Publikacji | 2019-05-03 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | alpacamel |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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 } |