no more auto fb login
Logs out of fb when you close the tab
Vad är no more auto fb login?
no more auto fb login är en Chrome-tillägg utvecklad av alpacamel, och dess huvudfunktion är "Logs out of fb when you close the tab".
Tilläggsskärmbilder
Ladda ner no more auto fb login-förlängningens CRX-fil
Ladda ner no more auto fb login-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | feebdciggpbeghmoeebpghiffgjcdlcc |
Officiell webbadress | https://chromewebstore.google.com/detail/no-more-auto-fb-login/feebdciggpbeghmoeebpghiffgjcdlcc |
Beskrivning | Logs out of fb when you close the tab |
Filstorlek | 3.95 KB |
Antal Installationer | 85 |
Aktuell Version | 0.3 |
Senast Uppdaterad | 2021-05-19 |
Publiceringsdatum | 2019-05-03 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | alpacamel |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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 } |