Ambient themes, glass styling, and privacy controls for ChatGPT.
Aether is a Manifest V3 browser extension for people who want ChatGPT to feel calmer, cleaner, and more personal. It adds ambient backgrounds, glass styling, quick settings, and privacy-focused controls while keeping everything local to the browser.
Aether is not affiliated with OpenAI.
- Ambient themes and curated background presets
- Glass styling tuned for the ChatGPT interface
- Quick Settings panel directly on ChatGPT pages
- Privacy Mode to blur chats and history until hover
- Toggles for noisy interface elements like upgrade prompts and side surfaces
- Blur, scaling, motion, and visibility controls
- English and Spanish localization
- No analytics, no telemetry, and no external network calls
- Clone or download this repository.
- Open
chrome://extensionsin Chrome, Brave, Edge, or another Chromium-based browser. - Enable
Developer mode. - Click
Load unpacked. - Select the
Aether/extension/folder, not the repository root. - Pin Aether and open
https://chatgpt.com.
If you want a clean distributable package:
npm run packageThis creates Aether-vX.X.X.zip at the repo root with only the extension files needed for manual installation.
- Applies ambient backdrops behind the ChatGPT interface
- Adds glassy surfaces and visual polish without sending data anywhere
- Exposes quick toggles for privacy, motion, blur, and visibility
- Lets you hide distracting UI like upgrade prompts and cluttered side elements
- Stores preferences locally with Chrome extension storage
storage: saves your preferences- Content script matches:
https://chatgpt.com/*https://chat.openai.com/*
No data leaves your machine. All processing is local.
- Chromium-based browsers with Manifest V3 support
- Not tested on Firefox/Safari
- Best experience on browsers with
backdrop-filtersupport - Known compatibility:
- Works in Chrome-, Brave-, and Edge-style MV3 environments
- Does not work in ChatGPT Atlas Browser
npm ci
npm run lint
npm testLoad extension/ as the unpacked extension while developing. The repository root is only for tooling, docs, tests, and packaging scripts.
MIT. See LICENSE.