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
官方網址 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
}