Last updated: September 7, 2026
GitHub Stacked PRs Navigator ("the Extension") is committed to protecting your privacy. This Privacy Policy explains our practices regarding user data, permissions, and security.
The Extension is designed with a privacy-first, client-only architecture. It operates entirely within your local browser environment.
- No Personal Data Collected: The Extension does not collect, store, transmit, or sell any personal data, personally identifiable information (PII), browsing history, analytics, or telemetry.
- Local Storage Only: Any configuration preferences (such as enabling/disabling stack grouping, filter preferences, or optional GitHub Personal Access Tokens) are stored strictly on your local device using Chrome's built-in
chrome.storage.localAPI. This data is never transmitted to our servers or any third parties.
The Extension requests only the minimum necessary permissions to function:
storage: Used exclusively to save your UI display preferences (e.g., active filters, expand/collapse state) and optional GitHub Personal Access Tokens locally on your device.- Host Permissions (
*://github.com/*): Required to read the DOM structure of GitHub pull request pages in order to group dependent stacked PRs into collapsible cards and inject the navigation toolbar. - Host Permissions (
*://api.github.com/*): Required only if you use GitHub REST API features to fetch PR base/head branch metadata directly from GitHub's official API servers. No data is sent anywhere else.
The Extension does not integrate with third-party tracking services, analytics platforms, advertising networks, or external cloud backends. All network communication is strictly between your browser and GitHub's official servers (github.com and api.github.com).
The Extension does not use, download, or execute remote code (no dynamic scripts, no eval(), and no external CDNs). 100% of the executable code is packaged directly within the extension package.
The Extension does not knowingly collect any data from children or any individuals.
If we update this Privacy Policy, the revised version will be published at this URL with an updated revision date.
If you have any questions or concerns regarding this Privacy Policy, please open an issue on the official extension repository.