ChatGPT Batch Delete History Manager

ChatGPT Batch Delete History Manager

什麼是ChatGPT Batch Delete History Manager?

ChatGPT Batch Delete History Manager是由https://windchat.link開發的Chrome擴展程式,該擴展的主要功能是“ChatGPT Batch Delete History Manager”。

擴展截圖

screenshot
screenshot

下載ChatGPT Batch Delete History Manager擴展crx文件

下載ChatGPT Batch Delete History Manager擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Features:
- Batch delete/archive/unarchive ChatGPT history
- Range select multiple conversations

Introduction

The 'ChatGPT Batch Delete History' Chrome Extension revolutionizes your ChatGPT usage by providing a straightforward solution for bulk-deleting your chat history. It enhances ChatGPT interaction management, ensuring user privacy and simplifying the cleanup of conversation records.

Key Features:
Effortless Batch Deletion:
Easily remove multiple entries from your ChatGPT conversation history with just a few clicks. This feature simplifies the deletion process, saving time and effort for users.

Batch Archiving Feature:
This feature enables users to bulk archive their ChatGPT conversation history for future reference. Users can selectively save important conversations without having to manually archive each one, thereby enhancing efficiency and convenience.

Batch Unarchiving Feature:
This functionality allows users to simultaneously restore multiple archived conversations to their active chat list. It's especially convenient for users who need to revisit previous interactions or topics, eliminating the need to unarchive them one by one.                    

擴展基本資訊

名稱 ChatGPT Batch Delete History Manager ChatGPT Batch Delete History Manager
ID moeoibheadkkkgclhclmglepnhplanpl
官方網址 https://chromewebstore.google.com/detail/chatgpt-batch-delete-hist/moeoibheadkkkgclhclmglepnhplanpl
簡介 ChatGPT Batch Delete History Manager
檔案大小 1.02 MB
安裝次數 78
目前版本 2.0.1
更新時間 2024-02-26
上架時間 2023-12-11
評分 3.20/5 共 5 次評分
開發者 https://windchat.link
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://www.windchat.link/privacy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "ChatGPT Batch Delete History Manager",
    "version": "2.0.1",
    "description": "ChatGPT Batch Delete History Manager",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAh8SemwpFVDoTWSJWyMD1lXIzLZ\/zbVfgz3+RIHjOKtcBRe1tH1hwnP0Hv10KqBdJV5LY1WXD8upt1w3J0O+l26m2hGd340HnsCSnl8+zjyIvP5cs581DtWwXDGCwRqve8mbrwsBFkUVFrOkCZuOXGNL9aTTBTXLirakzSNjwWDX58R2da8nB5AFMEpEH5Yakkj1R0y+Z3ERToLQFs9i5ju6gfMEVJRglN4+B9VE+f5fyq+swFahwxuWuaz2Bam3LREz98D\/kc1mDuwondHnwIdT6WFgxwJmCHgCU5EipGRZaHU1qf7JXGK8X\/CnsZLl1vf2LewOZSCAfHvDV0IWsvwIDAQAB",
    "oauth2": {
        "client_id": "571085149187-4c33sprp91hik3r6c7ivhqe3p6i8cmf3.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "options_page": "src\/pages\/options\/index.html",
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": "34.png"
    },
    "icons": {
        "34": "34.png",
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "src\/pages\/contentInjected\/index.js"
            ],
            "css": [
                "assets\/css\/contentStyle1708914219281.chunk.css"
            ]
        },
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "src\/pages\/contentUI\/index.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "windchat.png",
                "google.svg",
                "assets\/css\/*.css",
                "128.png",
                "34.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}