FriendFilter for Facebook™

Manage your friends list, track engagement and locate inactive profiles to unfriend on your Facebook™ page

FriendFilter for Facebook™란 무엇입니까?

FriendFilter for Facebook™은(는) https://friendfilter.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Manage your friends list, track engagement and locate inactive profiles to unfriend on your Facebook™ page"입니다.

확장 프로그램 스크린샷

screenshot

FriendFilter for Facebook™ 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        FriendFilter gives you an easy way to manage your friends list, track engagement and locate inactive profiles to unfriend on your Facebook™ page. 

The FriendFilter extension is NOT endorsed by Facebook™ in any way. Facebook™ is a trademark of Facebook™, Inc.                    

확장 프로그램 기본 정보

이름 FriendFilter for Facebook™ FriendFilter for Facebook™
ID bbahhbngjiangjdlmleihmlphoamikhg
공식 URL https://chromewebstore.google.com/detail/friendfilter-for-facebook/bbahhbngjiangjdlmleihmlphoamikhg
설명 Manage your friends list, track engagement and locate inactive profiles to unfriend on your Facebook™ page
파일 크기 1013 KB
설치 횟수 10,000
현재 버전 6.0.9
최근 업데이트 2023-10-11
출시 날짜 2020-06-14
평점 3.66/5 총 93 개의 평점
개발자 https://friendfilter.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://friendfilter.io/
도움말 페이지 URL https://friendfilter.freshdesk.com/support/home
개인정보 보호 정책 페이지 URL https://friendfilter.io/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FriendFilter for Facebook\u2122",
    "version": "6.0.9",
    "description": "Manage your friends list, track engagement and locate inactive profiles to unfriend on your Facebook\u2122 page",
    "author": "Kenny Crotty ",
    "manifest_version": 3,
    "permissions": [
        "scripting",
        "storage"
    ],
    "icons": {
        "16": "icons\/16.png",
        "128": "icons\/128.png"
    },
    "host_permissions": [
        "https:\/\/app.friendfilter.io\/*",
        "https:\/\/api.friendfilter.io\/*",
        "https:\/\/*.facebook.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "app.js",
                "robot-background.js",
                "robot-content.js",
                "styles.scss",
                "script.js"
            ],
            "matches": [
                "https:\/\/app.friendfilter.io\/*",
                "https:\/\/*.facebook.com\/*"
            ]
        }
    ],
    "action": {
        "default_title": "FriendFilter for Facebook\u2122"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "content.js",
                "script.js"
            ],
            "run_at": "document_start",
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ],
            "all_frames": false
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/app.friendfilter.io\/*",
            "https:\/\/*.facebook.com\/*"
        ]
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; worker-src 'self'"
    }
}