F Magic

Bulk Remove Friends, Group Members and more!

F Magic란 무엇입니까?

F Magic은(는) irfanalam.anstar에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Bulk Remove Friends, Group Members and more!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

F Magic 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        F Magic - Bulk Remove Friends, Group Members and more!

Bulk remove members from your Facebook group so that you can delete the group easily with a single click. Works for Admin as well as Moderators both.

Also, it will help you remove bulk friends from your friends list with one click.

Easily perform following actions:
- Bulk remove group members - Works for Admin/Moderator both
- Bulk remove your friends

How it works:
- Click on extension icon
- Choose your option either to remove friends or member group members
- It will open a new window with all the friends/members
- Friends: Click on extension icon again then Click on Start Removing
- Group: Click on Manage Member gear icon, it will automatically starts removing members

Many more new features coming soon.

For any issue, report to us via email. Thank you!                    

확장 프로그램 기본 정보

이름 F Magic F Magic
ID fpjalnigkpjpdbmbgcaiakddbgnklaad
공식 URL https://chromewebstore.google.com/detail/f-magic/fpjalnigkpjpdbmbgcaiakddbgnklaad
설명 Bulk Remove Friends, Group Members and more!
파일 크기 86.68 KB
설치 횟수 2,672
현재 버전 3.3
최근 업데이트 2023-09-04
출시 날짜 2021-01-01
평점 3.27/5 총 51 개의 평점
개발자 irfanalam.anstar
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "F Magic",
    "description": "Bulk Remove Friends, Group Members and more!",
    "manifest_version": 3,
    "version": "3.3",
    "icons": {
        "16": "icon\/facebook_32.png",
        "48": "icon\/facebook_64.png",
        "128": "icon\/facebook_128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icon\/icon\/facebook_32.png",
                "icon\/person_gear.png",
                "js\/scripts\/localwindow.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_title": "F Magic",
        "default_popup": "html\/popup.html"
    },
    "background": {
        "service_worker": "js\/scripts\/service_worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/m.facebook.com\/*",
                "https:\/\/m.facebook.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "js\/plugins\/jquery3.6.1.min.js",
                "js\/scripts\/inject.js",
                "js\/scripts\/content.js"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*.facebook.com\/*"
    ],
    "permissions": [
        "tabs",
        "storage"
    ]
}