Hide SensAI for CodeTantra · Chrome extension

Privacy Policy

Effective September 15, 2026 Version 1.0.0 Contact amandotyadav@gmail.com

Hide SensAI is a single-purpose extension: it hides the floating SensAI assistant icon on CodeTantra course pages. It does not collect, transmit, or sell any data — everything below exists to make that verifiable, not just claimed.

Data practices at a glance
Personal or activity data collected None
Network requests made by the extension None
Data shared with third parties None
Analytics, tracking, or remote code None
1

What the extension stores

Two small preferences, held in Chrome's built-in storage API and never leaving your browser:

KeyWhereValuePurpose
hideIcon chrome.storage.sync true / false Whether the toolbar toggle is on
theme chrome.storage.local "light" / "dark" Matches the popup to CodeTantra's theme

sync storage follows your Chrome profile across your own signed-in devices, the same as a bookmark. It is not visible to us, to CodeTantra, or to anyone else.

2

What the extension reads

The content script runs only on pages matching *://*.codetantra.com/* and reads two things from the page's own DOM: the presence of the SensAI button (to hide it) and the data-theme attribute CodeTantra sets on <html> (to match the popup's colors to it). Neither is stored anywhere except the theme preference above, and neither is sent anywhere.

3

Permissions, and why

PermissionUsed for
storage Remembering the toggle state and theme described above.
*://*.codetantra.com/* Running the content script that hides the SensAI icon. Scoped to CodeTantra only — the extension has no access to any other site you visit.
4

What the extension does not do

  • Make any network request, to us or anyone else
  • Run analytics, telemetry, or crash reporting
  • Load remote code — every line ships inside the extension package
  • Read, log, or transmit your CodeTantra submissions, code, grades, or account details
  • Track you across sites, or operate outside *.codetantra.com
5

Changes to this policy

If what the extension stores or reads ever changes, this page will be updated and the version number above will move. Checking back after an update is the only step that's ever needed — there is nothing to opt into or out of, because there is no data collection to begin with.

6

Contact

Questions about this policy or the extension: amandotyadav@gmail.com.