Unfriend Checker

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

Cos'è Unfriend Checker?

Unfriend Checker è un'estensione di Chrome sviluppata da https://www.unfriend-checker.com, e la sua funzione principale è "The easiest FREE way to check who unfriended you on Facebook!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Unfriend Checker

Scarica i file di estensione Unfriend Checker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Unfriend Checker Unfriend Checker
ID nddpfgkpjnclmibmhoonganoagoccoeo
URL Ufficiale https://chromewebstore.google.com/detail/unfriend-checker/nddpfgkpjnclmibmhoonganoagoccoeo
Descrizione The easiest FREE way to check who unfriended you on Facebook!
Dimensione del File 361 KB
Conteggio Installazioni 1,002
Versione Corrente 20
Ultimo Aggiornamento 2021-06-10
Data di Pubblicazione 2020-02-23
Valutazione 1.86/5 Totale 7 Valutazioni
Sviluppatore https://www.unfriend-checker.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.unfriend-checker.com/
URL della Pagina della Politica sulla Privacy https://www.unfriend-checker.com/privacy
Lingue Supportate 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"
    }
}