Mass Friends Deleter - Friends Remover

Mass Friends Deleter - Friends Remover

Easily manage your FB friends list. Unfriend a group of friends. Remove all friends on Facebook in one click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "KK-PROD",
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "img/icon16.png",
      "32": "img/icon32.png",
      "64": "img/icon64.png",
      "128": "img/icon128.png"
    }
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",
  "default_locale": "en",
  "description": "__MSG_description__",
  "icons": {
    "16": "img/icon16.png",
    "32": "img/icon32.png",
    "64": "img/icon64.png",
    "128": "img/icon128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAh1e7ilVNm+iDfwX/GiA/zoIbrXT6/rXX41GyrvYeqRo5W9euY8za7wnS3PijXoqRieNtLrXjRQmQ+I61LYhvX/WdSFJmyYBXQfHAOzQBghPwen8KR6/jkwGgjzyA2QkdZNSwBQ6L4b1qzVJ8ZrdAkz4I4h5OZBQHHMenbn9eZSS8L1410nnr9JpcaRzLhoxoa8H70pnQWj68HioL6LoxzddBhgqF0jyPUp5RAoziHLVP4GSKlFwqdecGnywnL3Tnpk0bOLhq+EHY5ksGtgm7nS+h2KBv3ePZ+I9S2i8E9FFpokkKAVW50yLbHmhFMf5w3DLkG8yumEI4pHq6Q5iR5wIDAQAB",
  "manifest_version": 2,
  "name": "__MSG_name__",
  "options_page": "index.html",
  "permissions": [
    "storage",
    "*://*.facebook.com/*",
    "webRequest",
    "webRequestBlocking"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.7.0",
  "web_accessible_resources": [
    "*"
  ]
}