Skip to content

Ghostify v2.0.0 - Modular Architecture and Media Compatibility

Choose a tag to compare

@Hendrizzzz Hendrizzzz released this 21 Feb 09:14
· 338 commits to main since this release
c4de3cf

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, and src/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

  1. Download ghostify_v2.0.0.zip from this release.
  2. Extract the archive.
  3. Open chrome://extensions/, enable Developer mode, and choose Load unpacked.
  4. Select the extracted dist folder.