Skip to content

Instantly share code, notes, and snippets.

@BasicHtmlCoder
Created August 15, 2026 07:12
Show Gist options
  • Select an option

  • Save BasicHtmlCoder/af5d897ff2d05ffa6a4c23eb89bdb6a8 to your computer and use it in GitHub Desktop.

Select an option

Save BasicHtmlCoder/af5d897ff2d05ffa6a4c23eb89bdb6a8 to your computer and use it in GitHub Desktop.

Privacy Policy — Infobesity

Last updated: 15 August 2026

Summary

Infobesity does not collect, store, transmit, or sell any data. There is no analytics, no telemetry, no remote server, and no account.

What the extension accesses

To calculate a video's speech density, Infobesity reads the following from the YouTube page you are already viewing:

  • the video ID, title-independent metadata, and runtime;
  • the list of available caption tracks and the caption text itself;
  • YouTube's own in-page client configuration values, which are required to request a transcript the same way the site's "Show transcript" button does.

All of these are read inside your browser tab, from youtube.com, in the moment you are watching the video.

What happens to it

It is used to compute a words-per-minute figure, which is displayed as a badge on the player. It is then discarded when the tab navigates or closes.

Infobesity:

  • makes network requests only to https://www.youtube.com, the site you are already on, and only for caption data;
  • uses no storage permission and writes nothing to disk;
  • has no background service worker and no remote code;
  • sends no data to the developer or to any third party.

Permissions

The extension requests a single host permission, https://www.youtube.com/*. It is required because caption data must be requested from youtube.com with the page's own session, which is only possible from within a youtube.com tab. No other site is accessible to this extension.

Changes

Any change to these practices will be published in this document and reflected in the extension's Chrome Web Store listing before the change ships.

Contact

yanna92yar@gmail.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment