Short version: your settings stay in your browser, and nothing is sent anywhere except the alert destinations you set up yourself.
This extension has no backend. Nobody operates a service behind it, so there is
nowhere for your data to be collected, sold, or breached. Everything it knows
lives in chrome.storage.local on your own machine.
There is no analytics, no telemetry, no crash reporting and no third-party script of any kind. The extension bundles no remote code — the content security policy blocks it.
BookMyShow's pages carry your account details — name, email, mobile number and a session token — in the same page data as the showtimes. The code does not descend into those parts of it at all, so that information is never read rather than read-and-discarded. There is a test asserting this, using a value that trips if anything touches it.
The tabs permission is not requested. The extension cannot read the addresses or titles of your other tabs, and never sees your browsing history.
Uninstalling deletes everything above. There is no account to close and nothing retained elsewhere, because there is no elsewhere.