Friend Convert

Friend Convert helps you add targetted friends from any Facebook group or profile. Remove a few or all friends in one click.

Friend Convert란 무엇입니까?

Friend Convert은(는) https://friendconvert.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Friend Convert helps you add targetted friends from any Facebook group or profile. Remove a few or all friends in one click."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        ➤ This simple Facebook Chrome Extension helps you:

✔️ Build a targeted audience from any Facebook group you are a member of based on your preferred keyword, time limit and delay.

✔️ Delete annoying pending friend requests.

➤ Want to get started today?

Just click on the blue ADD TO CHROME button above.

Note: This extension is not affiliated with Facebook in any way.                    

확장 프로그램 기본 정보

이름 Friend Convert Friend Convert
ID nkjcinfmbjpcniiolelgnfaiiaofdedm
공식 URL https://chrome.google.com/webstore/detail/friend-convert/nkjcinfmbjpcniiolelgnfaiiaofdedm
설명 Friend Convert helps you add targetted friends from any Facebook group or profile. Remove a few or all friends in one click.
파일 크기 918 KB
설치 횟수 326
현재 버전 2.0.0
최근 업데이트 2023-01-23
출시 날짜 2020-04-15
평점 2.63/5 총 8 개의 평점
개발자 https://friendconvert.net
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://friendconvert.net/
도움말 페이지 URL https://docs.friendconvert.net/
개인정보 보호 정책 페이지 URL https://friendconvert.net/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Friend Convert",
    "short_name": "Friend Convert",
    "version": "2.0.0",
    "description": "Friend Convert helps you add targetted friends from any Facebook group or profile. Remove a few or all friends in one click.",
    "background": {
        "service_worker": "\/assets\/js\/background\/bg-loader.js"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "action": {
        "browser_style": false,
        "default_icon": {
            "128": "icon128.png"
        },
        "default_title": "Friend Convert",
        "default_popup": "\/index.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "\/assets\/js\/manage_requests.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "\/assets\/js\/jquery-3.4.1.min.js",
                "\/config.js",
                "\/assets\/js\/contentscript.js"
            ],
            "css": [
                "\/assets\/css\/contentscript.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/images\/*.png"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ]
}