GhostVolume is a minimalist, privacy-first browser extension that amplifies the audio of videos, live streams, and music in your browser up to 600%.
Unlike other volume boosters, GhostVolume guarantees absolute privacy and is designed to stay completely out of your way. Built with a natively rendered dark UI and a dynamic audio compressor for safe listening, it operates entirely locally. It requires only the activeTab permission, ensuring code is injected only when you explicitly click the extension button.
Requires Firefox 140+.
git clone https://github.com/Androdom/ghostvolume.git🦊 For Mozilla Firefox
- Navigate to
about:debugging#/runtime/this-firefoxin your address bar. - Click the Load Temporary Add-on... button.
- Select the
manifest.jsonfile inside the cloned directory.
🌍 For Chrome, Edge, and Chromium Browsers
- Navigate to
chrome://extensions/(oredge://extensions/). - Enable Developer mode (usually a toggle in the top right).
- Click the Load unpacked button.
- Select the cloned
ghost-volumefolder.
GhostVolume, tarayıcınızdaki ses seviyesini %600'e kadar yükseltebilen, güvenlik ve gizlilik odaklı minimalist bir eklentidir. Chrome, Edge ve Firefox ile uyumludur.
Arka planda çalışarak tarayıcınızı yormaz; yalnızca simgesine tıkladığınız sayfada aktif olur ve hiçbir verinizi izlemez. İçerdiği Güvenli Mod (Akıllı Ses Sınırlayıcı) sayesinde yüksek seslerde yaşanabilecek cihaz bozulmalarının önüne geçer.
| Technology | Description |
|---|---|
| ⚡ Vanilla JavaScript | Minimal core logic directly utilizing ES6 without heavy frameworks |
| 🎨 CSS3 | Modern dark-themed UI with hardware-accelerated micro-animations |
| 🎛️ Web Audio API | Native AudioContext, GainNode, and DynamicsCompressor integrations |
| 🧩 WebExtensions API | Manifest V3 compatible, utilizing strict and transparent privacy permissions |
Made with 💜 by Androdom