F Magic

Bulk Remove Friends, Group Members and more!

What is F Magic?

F Magic is a Chrome extension developed by irfanalam.anstar, and its main feature is "Bulk Remove Friends, Group Members and more!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download F Magic Extension CRX File

Download F Magic extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name F Magic F Magic
ID fpjalnigkpjpdbmbgcaiakddbgnklaad
Official URL https://chromewebstore.google.com/detail/f-magic/fpjalnigkpjpdbmbgcaiakddbgnklaad
Description Bulk Remove Friends, Group Members and more!
File Size 86.68 KB
Installation Count 2,672
Current Version 3.3
Last Updated 2023-09-04
Publish Date 2021-01-01
Rating 3.27/5 Total 51 Ratings
Developer irfanalam.anstar
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}