Delete All Chat & MrktPlc-Cht Facebook 2024

Delete All Chat & MrktPlc-Cht Facebook 2024

It will automatically Delete your All Facebook Messenger Chats & MarketPlace Chats on the base of your input value

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Delete All Chat & MrktPlc-Cht Facebook 2024",
  "short_name": "DACMFB",
  "version": "4.1",
  "manifest_version": 3,
  "description": "It will automatically Delete your All Facebook Messenger Chats & MarketPlace Chats on the base of your input value",
  "icons": {
    "128": "icons/128.png",
    "256": "icons/256.png"
  },
  "action": {
    "default_icon": "icons/128.png",
    "default_title": "DACMFB",
    "default_popup": "src/browser_action/browser_action.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.facebook.com/*"
      ],
      "css": [
        "/style.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"
  ],
  "background": {
    "service_worker": "background.js"
  }
}