Faceook Unfriend in bluk

Google chrome extention for removing friends in bluk

Wat is Faceook Unfriend in bluk?

Faceook Unfriend in bluk is een Chrome-extensie ontwikkeld door ahsamimtiaz, en de belangrijkste functie is "Google chrome extention for removing friends in bluk".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Faceook Unfriend in bluk

Download Faceook Unfriend in bluk-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Faceook Unfriend in bluk Faceook Unfriend in bluk
ID hhihjpcgipfoncleoacekcibhfebjdpn
Officiële URL https://chrome.google.com/webstore/detail/hhihjpcgipfoncleoacekcibhfebjdpn
Beschrijving Google chrome extention for removing friends in bluk
Bestandsgrootte 28.39 KB
Aantal Installaties 113
Huidige Versie 1.0
Laatst Bijgewerkt 2022-08-22
Publicatiedatum 2022-08-15
Ontwikkelaar ahsamimtiaz
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}