Amoled Dark Mode for ChatGPT

A Chrome extension to toggle dark mode for ChatGPT.

Amoled Dark Mode for ChatGPTとは何ですか?

Amoled Dark Mode for ChatGPTはDarin Menezesによって開発されたChromeの拡張機能で、その主な機能は「A Chrome extension to toggle dark mode for ChatGPT.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Amoled Dark Mode for ChatGPT拡張機能のCRXファイルをダウンロード

Amoled Dark Mode for ChatGPT拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The "Amoled Dark Mode for ChatGPT" Chrome extension offers several fantastic benefits to users! 😎🌙

Eye Comfort: 🌟

Reduce eye strain with a sleek, amoled-friendly dark theme.
Enjoy a more comfortable reading experience during extended usage.

Battery Savings: 🔋

Conserve battery life on devices with amoled screens.
Extend your browsing time without worrying about recharging.

Seamless Integration: 🔄

Effortlessly switch between amoled dark and default dark modes with a simple toggle switch.
No manual refreshes needed; the smart observer ensures continuous dark mode browsing.

By installing this extension, you not only enhance the aesthetics of your ChatGPT interface but also enjoy tangible benefits such as reduced eye strain, improved battery usage, and a more visually appealing chat experience! 🚀💬                    

拡張機能の基本情報

名前 Amoled Dark Mode for ChatGPT Amoled Dark Mode for ChatGPT
ID aglfigeheodccgeodjbimolajpjfaoge
公式URL https://chromewebstore.google.com/detail/amoled-dark-mode-for-chat/aglfigeheodccgeodjbimolajpjfaoge
説明 A Chrome extension to toggle dark mode for ChatGPT.
ファイルサイズ 7.85 KB
インストール数 74
現在のバージョン 1.2
最終更新日 2024-02-16
公開日 2023-11-13
評価 3.00/5 合計 2 レビュー
開発者 Darin Menezes
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Amoled Dark Mode for ChatGPT",
    "version": "1.2",
    "description": "A Chrome extension to toggle dark mode for ChatGPT.",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/chat.openai.com\/*"
    ],
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    }
}