Friend Ejector

Remove inactive and deactivated friends from your Facebook account.

Friend Ejector란 무엇입니까?

Friend Ejector은(는) https://leadsintoinbox.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Remove inactive and deactivated friends from your Facebook account."입니다.

확장 프로그램 스크린샷

screenshot

Friend Ejector 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Having a lot of friends on Facebook is great and key for organic marketing. But having inactive friends who don't engage with your content is actually hurting your reach and marketing efforts. Enter Friend Ejector.

So you need to remove inactive and deactivated friends from your Facebook account.

Friend Ejector will sync up your friends list. It will then allow you to run a scan up for up to 180 days in the past that will fetch all engagement from your friends. You'll be able to see how many reactions and comments your friends have left on your posts. And you'll also be able to see how many messages you all have had via messenger.

You can white-list people who you never want to remove and you can select all the people you want to remove and click the unfriend option.

After you've removed all your inactive Friends you can use our software The Credit Connector to fill your friends list back up with hyper targeted leads. And repeat this process over and over.                    

확장 프로그램 기본 정보

이름 Friend Ejector Friend Ejector
ID pnnlagflcggahlooohpegememhojaeef
공식 URL https://chromewebstore.google.com/detail/friend-ejector/pnnlagflcggahlooohpegememhojaeef
설명 Remove inactive and deactivated friends from your Facebook account.
파일 크기 1.4 MB
설치 횟수 212
현재 버전 1.0.11
최근 업데이트 2022-06-28
출시 날짜 2021-07-24
평점 2.33/5 총 3 개의 평점
개발자 https://leadsintoinbox.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://10x.leadsintoinbox.com/site
도움말 페이지 URL https://m.me/LeadsIntoInbox
개인정보 보호 정책 페이지 URL https://buy.leadsintoinbox.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Friend Ejector",
    "description": "Remove inactive and deactivated friends from your Facebook account.",
    "version": "1.0.11",
    "icons": {
        "16": "images\/5f04c593005c1732f17db87f-Friend_Ejector-1624387104533-small_icon.png",
        "48": "images\/5f04c593005c1732f17db87f-Friend_Ejector-1624387104609-medium_icon.png",
        "128": "images\/5f04c593005c1732f17db87f-Friend_Ejector-1624387104656-large_icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "css": [],
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Friend Ejector"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' ; object-src 'self'"
    },
    "host_permissions": [
        "https:\/\/*.facebook.com\/*",
        "https:\/\/api.frienddisconnector.com\/*",
        "https:\/\/z7c5j0fjy8.execute-api.us-east-2.amazonaws.com\/*"
    ],
    "permissions": [
        "alarms",
        "storage",
        "unlimitedStorage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.css",
                "*.html",
                "*.js",
                "*.map",
                "*.png",
                "*.svg"
            ],
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ]
        }
    ],
    "short_name": "FE"
}