no more auto fb login
Logs out of fb when you close the tab
Τι είναι το no more auto fb login;
Το no more auto fb login είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον alpacamel, και η κύρια λειτουργία του είναι "Logs out of fb when you close the tab".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης no more auto fb login
Λήψη αρχείων επέκτασης no more auto fb login σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | feebdciggpbeghmoeebpghiffgjcdlcc |
Επίσημο URL | https://chromewebstore.google.com/detail/no-more-auto-fb-login/feebdciggpbeghmoeebpghiffgjcdlcc |
Περιγραφή | Logs out of fb when you close the tab |
Μέγεθος Αρχείου | 3.95 KB |
Αριθμός Εγκαταστάσεων | 85 |
Τρέχουσα Έκδοση | 0.3 |
Τελευταία Ενημέρωση | 2021-05-19 |
Ημερομηνία Δημοσίευσης | 2019-05-03 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | alpacamel |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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 } |