Unfriend Checker

Unfriend Checker

The easiest FREE way to check who unfriended you on Facebook! After installing this add-on a new link will be available in Facebook page. You can check your Facebook friends list and will compare results. You can download your list of friends.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Unfriend Checker",
  "author": "Silviu IOVAN <[email protected]>",
  "homepage_url": "https://www.unfriend-checker.com",
  "version": "107",
  "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"
  }
}