Unfriend Checker

The easiest FREE way to check who unfriended you on Facebook!

O que é Unfriend Checker?

Unfriend Checker é uma extensão do Chrome desenvolvida por https://www.unfriend-checker.com, e sua principal característica é "The easiest FREE way to check who unfriended you on Facebook!".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Unfriend Checker

Baixe arquivos de extensão Unfriend Checker 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

                        The easiest FREE way to check who unfriended you on Facebook!

This extension will check your Facebook friends list and will compare results on our server with a previous saved list.

After installing a new red button will be available in Facebook page. Use this link to button if you've been unfriended on.                    

Informações Básicas da Extensão

Nome Unfriend Checker Unfriend Checker
ID nddpfgkpjnclmibmhoonganoagoccoeo
URL Oficial https://chromewebstore.google.com/detail/unfriend-checker/nddpfgkpjnclmibmhoonganoagoccoeo
Descrição The easiest FREE way to check who unfriended you on Facebook!
Tamanho do Arquivo 361 KB
Contagem de Instalações 1,002
Versão Atual 20
Última Atualização 2021-06-10
Data de Publicação 2020-02-23
Classificação 1.86/5 Total de 7 Avaliações
Desenvolvedor https://www.unfriend-checker.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.unfriend-checker.com/
URL da Página de Política de Privacidade https://www.unfriend-checker.com/privacy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Unfriend Checker",
    "author": "Silviu IOVAN ",
    "homepage_url": "https:\/\/www.unfriend-checker.com",
    "version": "20",
    "description": "The easiest FREE way to check who unfriended you on Facebook!",
    "icons": {
        "32": "icons\/unfriendchecker32.png",
        "48": "icons\/unfriendchecker48.png",
        "64": "icons\/unfriendchecker64.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "bootstrap\/jquery-3.4.1.js",
                "bootstrap\/bootstrap.js",
                "utils.js"
            ],
            "css": [
                "unfriendchecker.css"
            ]
        }
    ],
    "permissions": [
        "*:\/\/www.unfriend-checker.com\/*",
        "*:\/\/facebook.com\/*"
    ],
    "browser_action": {
        "default_icon": "icons\/unfriendchecker32.png",
        "default_title": "Unfriend Checker",
        "default_popup": "unfriendchecker.html"
    }
}