Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 20, 2025.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "WA ChatClear Pro",
"short_name": "WACC",
"version": "1.0",
"manifest_version": 3,
"description": "Quickly adds checkboxes to each chats \ud83d\uddf9, letting you select individual chats or all at once to delete, archive, or exit \ud83d\udeaa.",
"icons": {
"128": "icons\/128.png",
"256": "icons\/256.png"
},
"action": {
"default_icon": "icons\/128.png",
"default_title": "WACC",
"default_popup": "src\/browser_action\/browser_action.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/web.whatsapp.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": [
"storage",
"tabs"
],
"background": {
"service_worker": "background.js"
}
}