The irritation
Google Earth's built-in flight simulator is a remarkable globe-sized place to fly, but it is solitary. I wanted to see other people sharing the same sky.
A Chrome extension that adds real-time pilot visibility, shared rooms, and radar to Google Earth Web's flight simulator.

Built because…
Google Earth's built-in flight simulator is a remarkable globe-sized place to fly, but it is solitary. I wanted to see other people sharing the same sky.
I built a Manifest V3 extension that reads the flight camera pose from the page URL and a local WebGL matrix probe, publishes the aircraft pose to a WebSocket room, and renders nearby pilots in a HUD and radar.
Google Earth is not an extension API or game engine. Camera extraction, page isolation, WebGL state, coordinate conversion, and smooth network presence all have to work without patching Google's internals.
Under the casing
Scope of work
No victory-lap math
The prototype provides real-time pilot presence inside the existing Google Earth Web Flight Simulator, including callsigns, rooms, and nearby-aircraft radar. It does not add enemies, weapons, missiles, or combat.
A useful extension can add one missing social layer without pretending to own the host application or turning the prototype into a different game.
In the playable workshop, Earth Fighter lives in the Arcade & Menagerie as a globe cockpit cabinet. You can inspect it without unlocking anything.