All Friends Remover for Social

All Friends Remover for Social

Remove all Social friends just in 2 clicks.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_icon": "assets/icons/icon.png",
    "default_popup": "index.html",
    "default_title": "__MSG_default_title__"
  },
  "author": "gorillasbrain",
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "js": [
        "content/content.js"
      ],
      "matches": [
        "*://*.facebook.com/*"
      ]
    }
  ],
  "content_security_policy": {
    "isolated_world": "script-src 'self' 'unsafe-eval'; object-src 'self'"
  },
  "default_locale": "en",
  "description": "__MSG_description__",
  "host_permissions": [
    "*://*.facebook.com/*"
  ],
  "icons": {
    "32": "assets/icons/icon_32.png",
    "48": "assets/icons/icon_48.png",
    "128": "assets/icons/icon_128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhbPVJxRX5DjOUgLMTYrPAG9xr/7DjRFrFnfSjmE83MfpooUjwXLV50NiTpXEopJai+F64Eh55UdpsS8Mt6n30s0uuVi3B7EdK5WXDJOKG9ke0MBAuC8pvmK6ISEtl0KuL2feDFNmzaRdNeeLLP1nJ4aqctWvEjC/IsjYy0fkoQ2I7lQ4F/V8RKI9H9irvbVj8A3WWp7xQl9qaC53R+ukLVdcnKeSaOGUV/n/s9r+vG7DVpOh3B1nSWVk8ipH2V5v9dfG8ZvcqTcjKtZIEQ4i9ez63Eq10x2KxK8DooGGahzVh9NWH0rt47HPJ38nEz68SqIbRXRiDI94F6mdGMDJtwIDAQAB",
  "manifest_version": 3,
  "name": "__MSG_name__",
  "permissions": [
    "tabs",
    "storage",
    "scripting"
  ],
  "short_name": "__MSG_short_name__",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "3.5.2",
  "version_name": "3.5.2",
  "web_accessible_resources": [
    {
      "matches": [
        "*://*/*"
      ],
      "resources": [
        "content/*.*"
      ]
    }
  ]
}