Unfriendly – Facebook Unfriend Notifications

Notifies you of Facebook unfriends and more!

What is Unfriendly – Facebook Unfriend Notifications?

Unfriendly – Facebook Unfriend Notifications is a Chrome extension developed by Nohus, and its main feature is "Notifies you of Facebook unfriends and more!".

Extension Screenshots

screenshot
screenshot

Download Unfriendly – Facebook Unfriend Notifications Extension CRX File

Download Unfriendly – Facebook Unfriend Notifications 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

                        Unfriendly will show you a notification when someone unfriends you on Facebook.
You can also click the browser button to see how your friend list changed over time (since you installed Unfriendly).

Unlike similar extensions, Unfriendly sends no data at all to anyone, so your privacy is safe. Facebook is the only site it contacts, to check your friend list.

Unfriendly is free and contains no ads.

Install it now and you will always know when someone removes you on Facebook! If you like it, please rate it and tell your friends or share on social media!

Unfriendly is not affiliated with Facebook. The name Facebook is a trademark of Facebook Inc.                    

Extension Basic Information

Name Unfriendly – Facebook Unfriend Notifications Unfriendly – Facebook Unfriend Notifications
ID cdafmffkfnfiebeeplnbpfjhanjegnkp
Official URL https://chrome.google.com/webstore/detail/unfriendly-%E2%80%93-facebook-unf/cdafmffkfnfiebeeplnbpfjhanjegnkp
Description Notifies you of Facebook unfriends and more!
File Size 168 KB
Installation Count 4,798
Current Version 8.0
Last Updated 2019-06-02
Publish Date 2019-06-02
Rating 3.14/5 Total 81 Ratings
Developer Nohus
Payment Type free
Privacy Policy Page URL https://files.nohus.eu/Unfriendly/privacy_policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Unfriendly \u2013 Facebook Unfriend Notifications",
    "short_name": "Unfriendly",
    "description": "Notifies you of Facebook unfriends and more!",
    "version": "8.0",
    "author": "Nohus",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png",
        "512": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "jquery.min.js",
            "background.js"
        ]
    },
    "permissions": [
        "notifications",
        "https:\/\/www.facebook.com\/*",
        "https:\/\/m.facebook.com\/*"
    ]
}