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 } |