VoiceFront is a free, open-source Chrome extension built and maintained by K. Sriharika. This policy explains exactly what the extension does and does not do with your data.
VoiceFront captures the audio of the browser tab you are currently watching, using Chrome's tabCapture API, and processes it locally inside your browser to separate dialogue from background music or noise. This processing happens through standard Web Audio APIs (AudioContext, AudioWorklet) entirely on your own device.
VoiceFront does not collect, store, log, or transmit any of the following:
All audio analysis and mixing happens in real time, in memory, inside your browser. Nothing is uploaded, saved to disk, or sent to any external server. There is no backend server associated with this extension. When you close the tab or stop the extension, the audio session ends and nothing is retained.
VoiceFront does not integrate with any third-party analytics, advertising, or tracking services within the extension itself. The extension's source code is fully open and publicly viewable on GitHub.
tabCapture — required to access the audio stream of the active tab, which is the core function of the extension.
offscreen — required to keep audio processing running in the background independent of the popup window, so playback isn't interrupted when you close the popup.
If this policy changes, the update will be reflected on this page with a new "last updated" date. Since VoiceFront is open source, any change in behavior is also visible directly in the public source code.
For questions about this policy or the extension, open an issue on GitHub.