F Magic

Bulk Remove Friends, Group Members and more!

Cos'è F Magic?

F Magic è un'estensione di Chrome sviluppata da irfanalam.anstar, e la sua funzione principale è "Bulk Remove Friends, Group Members and more!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione F Magic

Scarica i file di estensione F Magic in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome F Magic F Magic
ID fpjalnigkpjpdbmbgcaiakddbgnklaad
URL Ufficiale https://chromewebstore.google.com/detail/f-magic/fpjalnigkpjpdbmbgcaiakddbgnklaad
Descrizione Bulk Remove Friends, Group Members and more!
Dimensione del File 86.68 KB
Conteggio Installazioni 2,672
Versione Corrente 3.3
Ultimo Aggiornamento 2023-09-04
Data di Pubblicazione 2021-01-01
Valutazione 3.27/5 Totale 51 Valutazioni
Sviluppatore irfanalam.anstar
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}