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": "Smart Chats Clean Lnkdn,Facebook,X,ChtGPT",
"short_name": "DMS",
"version": "1.1",
"manifest_version": 3,
"description": "Quickly delete messages on X, \ud83d\udd17 Linkedin, \ud83e\udd16 ChatGPT, & more. \ud83e\uddfc Clean up chats with one click.",
"icons": {
"128": "icons\/128.png",
"256": "icons\/256.png"
},
"action": {
"default_icon": "icons\/128.png",
"default_title": "DMS",
"default_popup": "src\/browser_action\/browser_action.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.linkedin.com\/*",
"https:\/\/x.com\/*",
"https:\/\/chatgpt.com\/*",
"https:\/\/www.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"
}
}