Ghostify v2.0.0 - Modular Architecture and Media Compatibility
Ghostify v2.0.0 — Modular architecture and media compatibility
This historical release reorganized Ghostify's runtime into scoped source modules bundled with esbuild. It also refined the interaction between privacy controls and Facebook/Messenger media behavior.
Changes
- Split the former monolithic runtime into modules under
src/core,src/platforms, andsrc/features. - Added an esbuild-based bundle step for the extension runtime.
- Refined focus and visibility handling used by Facebook read-receipt controls.
- Added media-mount and interaction handling for videos loaded by the web app.
- Removed routine diagnostic logging from production interceptors.
Manual installation
- Download
ghostify_v2.0.0.zipfrom this release. - Extract the archive.
- Open
chrome://extensions/, enable Developer mode, and choose Load unpacked. - Select the extracted
distfolder.