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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}