Delete All type Chats Facebook,X,Linkin 2024

Delete All type Chats Facebook,X,Linkin 2024

It will delete all types of chats on Facebook,X(Twitter) & Linkedin in just simple clicks

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Delete All type Chats Facebook,X,Linkin 2024",
  "short_name": "DACFB",
  "version": "2.8",
  "manifest_version": 3,
  "description": "It will delete all types of chats on Facebook,X(Twitter) & Linkedin in just simple clicks",
  "icons": {
    "128": "icons/128.png",
    "256": "icons/256.png"
  },
  "action": {
    "default_icon": "icons/128.png",
    "default_title": "DACFB"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "styleOne.css",
        "css/jquery-confirm.css"
      ],
      "js": [
        "js/jquery.min.js",
        "js/sweetAlert.min.js",
        "js/jquery-confirm.js",
        "js/script.js"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "activeTab",
    "storage",
    "contextMenus",
    "notifications",
    "scripting"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "src/browser_action/browser_action.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}