Unfriend Checker

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

What is Unfriend Checker?

Unfriend Checker is a Chrome extension developed by https://www.unfriend-checker.com, and its main feature is "The easiest FREE way to check who unfriended you on Facebook!".

Extension Screenshots

screenshot
screenshot

Download Unfriend Checker Extension CRX File

Download Unfriend Checker 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

                        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.                    

Extension Basic Information

Name Unfriend Checker Unfriend Checker
ID nddpfgkpjnclmibmhoonganoagoccoeo
Official URL https://chromewebstore.google.com/detail/unfriend-checker/nddpfgkpjnclmibmhoonganoagoccoeo
Description The easiest FREE way to check who unfriended you on Facebook!
File Size 361 KB
Installation Count 1,002
Current Version 20
Last Updated 2021-06-10
Publish Date 2020-02-23
Rating 1.86/5 Total 7 Ratings
Developer https://www.unfriend-checker.com
Email [email protected]
Payment Type free
Extension Website https://www.unfriend-checker.com/
Privacy Policy Page URL https://www.unfriend-checker.com/privacy
Supported Languages 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"
    }
}