no more auto fb login
Logs out of fb when you close the tab
Qu'est-ce que no more auto fb login ?
no more auto fb login est une extension Chrome développée par alpacamel, et sa fonction principale est "Logs out of fb when you close the tab".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension no more auto fb login
Téléchargez les fichiers d'extension no more auto fb login au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | feebdciggpbeghmoeebpghiffgjcdlcc |
URL Officiel | https://chromewebstore.google.com/detail/no-more-auto-fb-login/feebdciggpbeghmoeebpghiffgjcdlcc |
Description | Logs out of fb when you close the tab |
Taille du Fichier | 3.95 KB |
Nombre d'Installations | 85 |
Version Actuelle | 0.3 |
Dernière Mise à Jour | 2021-05-19 |
Date de Publication | 2019-05-03 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | alpacamel |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } |