Hide SensAI for CodeTantra · Chrome extension
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.
Two small preferences, held in Chrome's built-in storage
API and never leaving your browser:
| Key | Where | Value | Purpose |
|---|---|---|---|
| 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.
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.
| Permission | Used 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. |
*.codetantra.comIf 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.
Questions about this policy or the extension: amandotyadav@gmail.com.