WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Better ChatGPT

Better ChatGPT

View on Chrome Web Store
View Better ChatGPT Chrome Extension on Chrome Web Store
Add to bookmarks
2.0 (4 ratings)
19 views
This extension has been viewed 19 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.

The plugin allows you to easily group, favorite, pin, bulk manipulate chats, and switch input styles.
Type
Extension
Users
4 users
1
zzy1099207684
View author page of zzy1099207684
Published
Published on May 5, 2025
Version 2.1.9.8
Manifest version
3
Updated
Updated on September 16, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View Better ChatGPT 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": "Better ChatGPT",
    "version": "2.1.9.8",
    "description": "The plugin allows you to easily group, favorite, pin, bulk manipulate chats, and switch input styles.",
    "icons": {
        "128": "ico.png"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*",
                "https:\/\/chatgpt.com\/*"
            ],
            "js": [
                "content.js",
                "batch_delete.js",
                "background.js",
                "session_prompt_menu.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_idle"
        }
    ]
}
© 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