Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Delete X (Twitter) Messages 2026",
"short_name": "DXM",
"version": "2.1",
"manifest_version": 3,
"description": "\ud83d\udca8 Effortlessly erase all your messages on X \ud83d\uddd1\ufe0f with our powerful, one-click \u26a1 extension.",
"icons": {
"128": "icons\/128.png",
"256": "icons\/256.png"
},
"action": {
"default_icon": "icons\/128.png",
"default_title": "DXM",
"default_popup": "src\/browser_action\/browser_action.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.x.com\/*"
],
"css": [
"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": [
"tabs",
"storage"
],
"background": {
"service_worker": "background.js"
}
}