Faceook Unfriend in bluk

Google chrome extention for removing friends in bluk

What is Faceook Unfriend in bluk?

Faceook Unfriend in bluk is a Chrome extension developed by ahsamimtiaz, and its main feature is "Google chrome extention for removing friends in bluk".

Extension Screenshots

screenshot

Download Faceook Unfriend in bluk Extension CRX File

Download Faceook Unfriend in bluk 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

                        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                    

Extension Basic Information

Name Faceook Unfriend in bluk Faceook Unfriend in bluk
ID hhihjpcgipfoncleoacekcibhfebjdpn
Official URL https://chrome.google.com/webstore/detail/hhihjpcgipfoncleoacekcibhfebjdpn
Description Google chrome extention for removing friends in bluk
File Size 28.39 KB
Installation Count 113
Current Version 1.0
Last Updated 2022-08-22
Publish Date 2022-08-15
Developer ahsamimtiaz
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}