WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
DeepSeek Chat Cleaner

DeepSeek Chat Cleaner

View on Chrome Web Store
View DeepSeek Chat Cleaner Chrome Extension on Chrome Web Store
Add to bookmarks
1.0 (1 ratings)
169 views
This extension has been viewed 169 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Install this extension to quickly delete individual, multiple, or all DeepSeek chats right from the DeepSeek page.
Type
Extension
Users
12 users
1
New ChatGPT Tab for Chrome
View author page of New ChatGPT Tab for Chrome
Published
Published on February 9, 2025
Version 1.0.1
Manifest version
3
Updated
Updated on February 19, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View DeepSeek Chat Cleaner Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "DeepSeek Chat Cleaner",
    "version": "1.0.1",
    "description": "Install this extension to quickly delete individual, multiple, or all DeepSeek chats right from the DeepSeek page.",
    "permissions": [
        "notifications"
    ],
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "host_permissions": [
        "<all_urls>"
    ],
    "icons": {
        "16": "ICON 16.png",
        "32": "ICON 32.png",
        "64": "ICON 64.png",
        "128": "ICON 128.png",
        "512": "ICON 512.png"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top