no more auto fb login

Logs out of fb when you close the tab

什么是no more auto fb login?

no more auto fb login是由alpacamel开发的Chrome扩展程序,该扩展的主要功能是“Logs out of fb when you close the tab”。

扩展截图

screenshot

下载no more auto fb login扩展crx文件

下载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.                    

扩展基本信息

名称 no more auto fb login no more auto fb login
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
}