Amoled Dark Mode for ChatGPT

A Chrome extension to toggle dark mode for ChatGPT.

What is Amoled Dark Mode for ChatGPT?

Amoled Dark Mode for ChatGPT is a Chrome extension developed by Darin Menezes, and its main feature is "A Chrome extension to toggle dark mode for ChatGPT.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Amoled Dark Mode for ChatGPT Extension CRX File

Download Amoled Dark Mode for ChatGPT 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

                        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! 🚀💬                    

Extension Basic Information

Name Amoled Dark Mode for ChatGPT Amoled Dark Mode for ChatGPT
ID aglfigeheodccgeodjbimolajpjfaoge
Official URL https://chromewebstore.google.com/detail/amoled-dark-mode-for-chat/aglfigeheodccgeodjbimolajpjfaoge
Description A Chrome extension to toggle dark mode for ChatGPT.
File Size 7.85 KB
Installation Count 74
Current Version 1.2
Last Updated 2024-02-16
Publish Date 2023-11-13
Rating 3.00/5 Total 2 Ratings
Developer Darin Menezes
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}