Hide ChatGPT Sidebar

Automatically hides the sidebar on ChatGPT.

什麼是Hide ChatGPT Sidebar?

Hide ChatGPT Sidebar是由Poorly Coded Extensions開發的Chrome擴展程式,該擴展的主要功能是“Automatically hides the sidebar on ChatGPT.”。

擴展截圖

screenshot
screenshot

下載Hide ChatGPT Sidebar擴展crx文件

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

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Hide ChatGPT Sidebar Hide ChatGPT Sidebar
ID jaklicmecioibaalhgiagacghdjeelhk
官方網址 https://chromewebstore.google.com/detail/hide-chatgpt-sidebar/jaklicmecioibaalhgiagacghdjeelhk
簡介 Automatically hides the sidebar on ChatGPT.
檔案大小 24 KB
安裝次數 143
目前版本 1.2
更新時間 2023-05-16
上架時間 2023-05-10
評分 5.00/5 共 3 次評分
開發者 Poorly Coded Extensions
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
            ]
        }
    ]
}