Faceook Unfriend in bluk

Faceook Unfriend in bluk

Google chrome extention for removing friends in bluk

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Faceook Unfriend in bluk",
  "description": "Google chrome extention for removing friends in bluk",
  "version": "1.0",
  "manifest_version": 3,
  "icons": {
    "16": "icon-16.png",
    "128": "icon128.png"
  },
  "action": {},
  "content_scripts": [
    {
      "matches": [
        "https://m.facebook.com/profile.php?v=friend*",
        "https://m.facebook.com/*/friends*"
      ],
      "js": [
        "background.js"
      ]
    }
  ]
}