Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Delete Facebook Messages Fast 2026",
"short_name": "DFMF",
"version": "2.8",
"manifest_version": 3,
"description": "One-click delete \ud83d\uddd1\ufe0f, archive \ud83d\udcc2, or unarchive \ud83d\udd13 all types of messages for a clutter-free conversation list. \ud83e\uddf9",
"icons": {
"128": "icons\/128.png",
"256": "icons\/256.png"
},
"action": {
"default_icon": "icons\/128.png",
"default_title": "DFMF",
"default_popup": "src\/browser_action\/browser_action.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.facebook.com\/*"
],
"css": [
"css\/style.css"
],
"js": [
"js\/jquery.min.js",
"js\/sweetAlert.min.js",
"js\/jquery-confirm.js",
"js\/script.js"
],
"run_at": "document_end"
}
],
"permissions": [
"tabs",
"storage"
],
"background": {
"service_worker": "background.js"
}
}