Browser extension · Last updated 20 July 2026
This extension is an independent tool from TirumalaInfo, a devotee-run information site, made to help pilgrims book faster. TirumalaInfo is not connected with Tirumala Tirupati Devasthanams (TTD).
Only what you choose to type into the extension:
In your browser’s local extension storage (chrome.storage.local), on the
device you are using. It is not synced to any account.
We deliberately do not use chrome.storage.sync, because that would copy
your ID numbers through your browser vendor’s sync servers. Keeping storage local means
the data stays on the machine you typed it on.
This is verifiable from the source code, which is unminified and readable in the published
package. There is no XMLHttpRequest, no WebSocket, and no remote URL anywhere in it.
(One fetch() call does appear, used to read a data:
URL back into a file object so a saved photo can be attached to an upload field.
data: URLs are local to the page and never touch the network.)
When you press Fill this page, the extension types your saved details into the booking form on the official Tirumala Tirupati Devasthanams website, exactly as if you had typed them yourself. What happens to that information afterwards is governed by TTD’s own privacy policy and terms, not this one. We are not party to it.
| Permission | Why |
|---|---|
storage | To save your pilgrim details on your device |
activeTab and host access to ttdevasthanams.ap.gov.in | To read and fill the booking form. The extension runs on that one domain and no other |
scripting | To re-attach the extension to an already-open booking tab after it is updated or reloaded |
The extension does not run on any website other than
ttdevasthanams.ap.gov.in.
You remain responsible for the accuracy of the details you enter and for complying with TTD’s own terms and conditions.
This extension is not directed at children and is not intended for use by them. It is a form-filling tool for adults making their own travel bookings.
If this policy changes, the “last updated” date above changes with it, and the current version will always be published at this URL.
Questions about this policy: www.TirumalaInfo.com
The extension is published on the Chrome Web Store.