Hide ChatGPT Sidebar

Automatically hides the sidebar on ChatGPT.

What is Hide ChatGPT Sidebar?

Hide ChatGPT Sidebar is a Chrome extension developed by Poorly Coded Extensions, and its main feature is "Automatically hides the sidebar on ChatGPT.".

Extension Screenshots

screenshot
screenshot

Download Hide ChatGPT Sidebar Extension CRX File

Download Hide ChatGPT Sidebar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Hide ChatGPT Sidebar is a simple, yet powerful Chrome extension designed to help you focus on what matters the most – your conversation with ChatGPT. This extension effortlessly hides the distracting sidebar on the ChatGPT website, providing you with a clean and clutter-free interface.

Main Features:

1. Instantly hide the ChatGPT sidebar: Automatically hides the distracting sidebar, leaving you free to work as soon as the page loads. You can click on the extension icon to toggle the sidebar if you want to see it.

2. Auto-select GPT-4: For ChatGPT Plus users, the extension selects GPT-4 model as soon as the site loads so you can get the best answers.

2. Easy-to-use toggle: The extension features a user-friendly toggle button, allowing you to quickly switch between hiding and displaying the sidebar as per your preference.

3. Lightweight and efficient: Hide ChatGPT Sidebar is designed to consume minimal resources, ensuring that it doesn't slow down your browsing experience.

4. Automatic updates: Stay up-to-date with the latest features and improvements as we continue to enhance the extension.

5. Privacy-focused: We value your privacy, and that's why Hide ChatGPT Sidebar doesn't require any unnecessary permissions. The extension solely interacts with the ChatGPT website to provide a seamless experience.

Enhance your ChatGPT experience with Hide ChatGPT Sidebar and say goodbye to distractions! Install now and enjoy a focused and streamlined AI conversation.                    

Extension Basic Information

Name Hide ChatGPT Sidebar Hide ChatGPT Sidebar
ID jaklicmecioibaalhgiagacghdjeelhk
Official URL https://chromewebstore.google.com/detail/hide-chatgpt-sidebar/jaklicmecioibaalhgiagacghdjeelhk
Description Automatically hides the sidebar on ChatGPT.
File Size 24 KB
Installation Count 143
Current Version 1.2
Last Updated 2023-05-16
Publish Date 2023-05-10
Rating 5.00/5 Total 3 Ratings
Developer Poorly Coded Extensions
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Hide ChatGPT Sidebar",
    "version": "1.2",
    "description": "Automatically hides the sidebar on ChatGPT.",
    "permissions": [
        "activeTab"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.chat.openai.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ]
}