Home › Legal › Extension Privacy

Extension privacy.

What the TextSight Chrome & Edge extension can see, can do, and (importantly) cannot do. Required reading before you install.

Effective May 1, 2026 Extension v 3.4.0

The short version

Active-only. The extension only sees text you actively highlight and right-click. It doesn't watch you browse. It doesn't read pages in the background. It doesn't see your tabs, your history, or your cookies.

Permissions we use

When you install from the Chrome Web Store, you'll be asked to grant these. Here's what each one does:

activeTab

Lets us see the text you've selected when you click our icon or right-click. Only the active tab. Only when you trigger us. Permission is revoked the moment you switch tabs.

WE USE

contextMenus

Lets us add "Check with TextSight" to the right-click menu. Doesn't see anything you don't right-click.

WE USE

storage

Stores your TextSight session token locally so you stay logged in. Stored only in extension storage — never sent to other sites.

WE USE

Host permission: api.textsight.ai

Lets us send selected text to our own API for analysis. That's the only host the extension talks to.

WE USE

Permissions we NEVER ask for

If you see any of these in the install prompt, something is wrong (it's not our extension):

<all_urls> / "Read and change data on all sites"

We could read every page in the background if we asked for this. We don't.

NEVER

tabs / "Read your browsing history"

We don't need to see your other tabs or your history.

NEVER

cookies

We don't read or modify cookies on any site you visit.

NEVER

Background page

The extension uses a service worker only (event-driven). No background tab observing the web.

NEVER

How it works

  1. You highlight text on any page.
  2. You right-click and pick "Check with TextSight" — or click the extension icon.
  3. Selected text is sent over TLS 1.3 to api.textsight.ai.
  4. Our API processes it (same rules as web scans — zero retention, no training).
  5. The popup shows you the verdict.
  6. You close the popup. Nothing is stored locally.

At no point does the extension know what page you're on, what site, what you searched for, who you are.

Data the extension touches

That's the entire list.

Telemetry

The extension reports two pieces of telemetry, both anonymous:

You can disable telemetry entirely in Extension → Options → Privacy.

Open source

The extension source is on GitHub: github.com/textsight/extension. Audit it. Build from source. Open issues. PRs welcome.

Questions? privacy@textsight.ai — happy to walk you (or your security team) through the code.