Faceook Unfriend in bluk

Google chrome extention for removing friends in bluk

Was ist Faceook Unfriend in bluk?

Faceook Unfriend in bluk ist eine Chrome-Erweiterung, die von ahsamimtiaz entwickelt wurde, und ihr Hauptmerkmal ist "Google chrome extention for removing friends in bluk".

Erweiterungsscreenshots

screenshot

Faceook Unfriend in bluk-Erweiterungs-CRX-Datei herunterladen

Laden Sie Faceook Unfriend in bluk-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Faceook Unfriend in bluk Faceook Unfriend in bluk
ID hhihjpcgipfoncleoacekcibhfebjdpn
Offizielle URL https://chrome.google.com/webstore/detail/hhihjpcgipfoncleoacekcibhfebjdpn
Beschreibung Google chrome extention for removing friends in bluk
Dateigröße 28.39 KB
Installationsanzahl 113
Aktuelle Version 1.0
Letztes Update 2022-08-22
Veröffentlichungsdatum 2022-08-15
Entwickler ahsamimtiaz
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}