A privacy-first Chrome extension that watches TLScontact for you — and pings your phone the instant a slot drops. Open source. Free.
View source on GitHub →Sideload from GitHub today; one click on the Chrome Web Store soon. Either way, the same MIT source.
The extension auto-detects the tab. Toolbar badge turns green — that's me, watching.
When a slot opens, you get a desktop ping — and, optionally, a Telegram message on your phone.
Two lists, same length. I'm only useful if you can trust me — so the second list is as long as the first, and at least as honest.
One popup, seven moods. Same chrome, same restraint. Tone shifts with status — never decoration.
Telegram is the only off-machine path I touch, and it's opt-in. Off by default. You hold the keys.
If you'd rather trust the code than my marketing — please. The classifier is one short, readable file.
1 // TUNABLE: classification rule — read top-to-bottom 2 export function classify( 3 doc: Document, 4 ): PopupState { 5 if (matchesCloudflare(doc)) 6 return 'cloudflare_check' 7 if (matchesLoggedOut(doc)) 8 return 'logged_out' 9 if (matchesSlotFound(doc)) 10 return 'slot_found' // 🚨 11 if (matchesMonitoring(doc)) 12 return 'monitoring_no_slots' 13 return 'unknown' // honest about edges 14 }
Built by CI from the open-source code you can audit above. SHA-256 fingerprint shown on the GitHub release page.
unzip visa-master-v1.0.0.zipOne folder appears. That's the extension.
Paste chrome://extensions into the address bar, then flip the Developer mode toggle in the top-right corner.
Hit the Load unpacked button and pick the folder you unzipped in step 2. The toolbar badge appears and the first-run welcome tab opens automatically:
Pick your language, tap I understand — start monitoring, you're live.
Different product, different applicants, same privacy posture. An agentic AI assistant that helps overseas founders prepare a UK Innovator Founder visa application end-to-end.
Learn more →