Remove Facebook login popup

Remove Facebook login popup when you're not logged in.

Remove Facebook login popup란 무엇입니까?

Remove Facebook login popup은(는) PoundXI에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Remove Facebook login popup when you're not logged in."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Remove Facebook login popup 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Facebook login popup always appear if you're not logged in. This extension will remove it automatically.

This extension is useful when:
- No Facebook account.
- Don't want to log in. (For example: When not using their own computer)

Note:
- Facebook display login popups in different ways so this extension might not work good for you all (But not bad to try).

*** If this extension works well, please rate it to assure new users that we are not deceiving them. ***                    

확장 프로그램 기본 정보

이름 Remove Facebook login popup Remove Facebook login popup
ID mhaoldmnpolldoodjddpolicnfgcfejm
공식 URL https://chromewebstore.google.com/detail/remove-facebook-login-pop/mhaoldmnpolldoodjddpolicnfgcfejm
설명 Remove Facebook login popup when you're not logged in.
파일 크기 3.7 KB
설치 횟수 1,217
현재 버전 1.0.5
최근 업데이트 2023-05-29
출시 날짜 2020-08-12
평점 2.86/5 총 14 개의 평점
개발자 PoundXI
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://www.buymeacoffee.com/poundxi
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Remove Facebook login popup",
    "version": "1.0.5",
    "author": "PoundXI",
    "description": "Remove Facebook login popup when you're not logged in.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ],
            "js": [
                "js\/script.min.js"
            ]
        }
    ]
}