Clean • Fast • Cross‑browser • Built for people who live with 50+ tabs open
Chrome · Edge · Firefox · Opera · (Safari via wrapper)
Designed by Blackvault Inc. · Built by Animecx
Security‑first, developer‑grade browser automation.
𝖫𝗂𝗀𝗁𝗍𝖷 is a smart, invisible performance layer for your browser.
Most tab managers either freeze everything aggressively or look like raw DevTools.
LightX focuses on three pillars:
- Performance – keep dozens of tabs open without turning your machine into a jet engine.
- Respect – never silently kill your media, forms, and important sessions.
- Experience – premium, OS‑grade UI that looks like a built‑in feature, not a hack.
If your default reflex is “I’m not closing these 60 tabs”, LightX is built for you.
⚠️ No fake claims. Everything below reflects how LightX is engineered today.
- Open codebase – All core logic lives in this repo; inspect it, fork it, audit it.
- No remote code execution – LightX does not pull arbitrary remote scripts to run in your browser.
- Scoped permissions only – Uses
tabs,storage,alarms,scripting, and required host permissions for tab control and configuration. - No analytics beacons – No external trackers or third‑party analytics SDKs baked into the extension code.
- Local‑first state – Settings and presets are stored via browser storage APIs, not pushed to external servers by default.
As public audits (e.g. VirusTotal reports or third‑party scanners like Bluetick AI) are added, you can link them here with real “verified” labels and badges.
| Area | What LightX Delivers |
|---|---|
| Tab lifecycle | 4‑stage intelligent states: Active → Eco → Rest → Deep |
| UX / Design | iOS‑inspired surfaces, dark‑mode first, SVG icon system, subtle motion |
| Performance | CSS‑driven effects, minimal JS overhead, native Canvas analytics |
| Safety | Media detection, form protection, protected domain logic |
| Portability | Shared JS/CSS/HTML core, V2 + V3 manifests, multi‑store‑ready bundles |
| Control | Domain rules, presets, timing sliders, import/export of configuration |
- 4 intelligent energy states per tab (Active / Eco / Rest / Deep).
- Smooth opacity + blur transitions with zero jank on tab switch.
- Feels like a native browser feature instead of a bolt‑on script.
- Detects video/audio playback and keeps those tabs alive.
- Protects forms, editors, and critical flows from accidental unloads.
- Built‑in safe list for streaming, banking, collaboration suites, plus custom rules.
- Real‑time memory and tab stats.
- Tab grid with heavy/idle tab visibility.
- No heavyweight chart libraries – native Canvas only.
- Per‑domain behaviors: “Always active”, “Always protected”, custom timeouts.
- Presets: Focus / Balanced / Aggressive.
- Import/export config for sharing setups across machines or teams.
LightX is structured as a multi‑store product with a single shared core.
dist/
├── chrome-edge/ # Manifest V3 for Chromium-based browsers
│ └── manifest.json
├── firefox-opera/ # Manifest V2 for Firefox & Opera
│ └── manifest.json
└── shared/ # Universal logic & UI
├── js/
├── css/
├── html/
└── icons/