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
公式URL 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
Eメール [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"
            ]
        }
    ]
}