Faceook Unfriend in bluk

Google chrome extention for removing friends in bluk

Apa itu Faceook Unfriend in bluk?

Faceook Unfriend in bluk adalah ekstensi Chrome yang dikembangkan oleh ahsamimtiaz, dan fitur utamanya adalah "Google chrome extention for removing friends in bluk".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Faceook Unfriend in bluk

Unduh file ekstensi Faceook Unfriend in bluk dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Faceook Unfriend in bluk Faceook Unfriend in bluk
ID hhihjpcgipfoncleoacekcibhfebjdpn
URL Resmi https://chrome.google.com/webstore/detail/hhihjpcgipfoncleoacekcibhfebjdpn
Deskripsi Google chrome extention for removing friends in bluk
Ukuran File 28.39 KB
Jumlah Instalasi 113
Versi Saat Ini 1.0
Terakhir Diperbarui 2022-08-22
Tanggal Publikasi 2022-08-15
Pengembang ahsamimtiaz
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}