Faceook Unfriend in bluk

Google chrome extention for removing friends in bluk

Cos'è Faceook Unfriend in bluk?

Faceook Unfriend in bluk è un'estensione di Chrome sviluppata da ahsamimtiaz, e la sua funzione principale è "Google chrome extention for removing friends in bluk".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Faceook Unfriend in bluk

Scarica i file di estensione Faceook Unfriend in bluk 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

                        Google chrome extension for removing friends in bluk on just one click
steps form unfriending friends in bulk
(a) Go to m.facebook.com
(b) click on your profile 
(c) click on see all friends button
(d) Extention will automatically add a button when you click on it , it will start unfriending you can stop by click on stop button                    

Informazioni di Base sull'Estensione

Nome Faceook Unfriend in bluk Faceook Unfriend in bluk
ID hhihjpcgipfoncleoacekcibhfebjdpn
URL Ufficiale https://chrome.google.com/webstore/detail/hhihjpcgipfoncleoacekcibhfebjdpn
Descrizione Google chrome extention for removing friends in bluk
Dimensione del File 28.39 KB
Conteggio Installazioni 113
Versione Corrente 1.0
Ultimo Aggiornamento 2022-08-22
Data di Pubblicazione 2022-08-15
Sviluppatore ahsamimtiaz
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Faceook Unfriend in bluk",
    "description": "Google chrome extention for removing friends in bluk",
    "version": "1.0",
    "manifest_version": 3,
    "icons": {
        "16": "icon-16.png",
        "128": "icon128.png"
    },
    "action": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/m.facebook.com\/profile.php?v=friend*",
                "https:\/\/m.facebook.com\/*\/friends*"
            ],
            "js": [
                "background.js"
            ]
        }
    ]
}