Faceook Unfriend in bluk

Google chrome extention for removing friends in bluk

O que é Faceook Unfriend in bluk?

Faceook Unfriend in bluk é uma extensão do Chrome desenvolvida por ahsamimtiaz, e sua principal característica é "Google chrome extention for removing friends in bluk".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Faceook Unfriend in bluk

Baixe arquivos de extensão Faceook Unfriend in bluk no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Faceook Unfriend in bluk Faceook Unfriend in bluk
ID hhihjpcgipfoncleoacekcibhfebjdpn
URL Oficial https://chrome.google.com/webstore/detail/hhihjpcgipfoncleoacekcibhfebjdpn
Descrição Google chrome extention for removing friends in bluk
Tamanho do Arquivo 28.39 KB
Contagem de Instalações 113
Versão Atual 1.0
Última Atualização 2022-08-22
Data de Publicação 2022-08-15
Desenvolvedor ahsamimtiaz
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}