Batch Delete All FB Sent Requests

Batch Delete All FB Sent Requests

Delete All Sent Requests is a Chrome extension designed to help you BATCH delete your SENT Facebook friend requests.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Batch Delete All FB Sent Requests",
  "version": "1.1",
  "description": "Delete All Sent Requests is a Chrome extension designed to help you BATCH delete your SENT Facebook friend requests.",
  "action": {
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "https://m.facebook.com/*"
  ],
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  }
}