Unfriend Checker

The easiest FREE way to check who unfriended you on Facebook!

Unfriend Checker란 무엇입니까?

Unfriend Checker은(는) https://www.unfriend-checker.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The easiest FREE way to check who unfriended you on Facebook!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Unfriend Checker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The easiest FREE way to check who unfriended you on Facebook!

This extension will check your Facebook friends list and will compare results on our server with a previous saved list.

After installing a new red button will be available in Facebook page. Use this link to button if you've been unfriended on.                    

확장 프로그램 기본 정보

이름 Unfriend Checker Unfriend Checker
ID nddpfgkpjnclmibmhoonganoagoccoeo
공식 URL https://chromewebstore.google.com/detail/unfriend-checker/nddpfgkpjnclmibmhoonganoagoccoeo
설명 The easiest FREE way to check who unfriended you on Facebook!
파일 크기 361 KB
설치 횟수 1,002
현재 버전 20
최근 업데이트 2021-06-10
출시 날짜 2020-02-23
평점 1.86/5 총 7 개의 평점
개발자 https://www.unfriend-checker.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.unfriend-checker.com/
개인정보 보호 정책 페이지 URL https://www.unfriend-checker.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Unfriend Checker",
    "author": "Silviu IOVAN ",
    "homepage_url": "https:\/\/www.unfriend-checker.com",
    "version": "20",
    "description": "The easiest FREE way to check who unfriended you on Facebook!",
    "icons": {
        "32": "icons\/unfriendchecker32.png",
        "48": "icons\/unfriendchecker48.png",
        "64": "icons\/unfriendchecker64.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "bootstrap\/jquery-3.4.1.js",
                "bootstrap\/bootstrap.js",
                "utils.js"
            ],
            "css": [
                "unfriendchecker.css"
            ]
        }
    ],
    "permissions": [
        "*:\/\/www.unfriend-checker.com\/*",
        "*:\/\/facebook.com\/*"
    ],
    "browser_action": {
        "default_icon": "icons\/unfriendchecker32.png",
        "default_title": "Unfriend Checker",
        "default_popup": "unfriendchecker.html"
    }
}