This policy describes how the OctoNext browser extension ("OctoNext", "the extension", "we") handles information. OctoNext adds a collapsible file-tree sidebar to GitHub repository pages so you can browse, search, download, and review code without full page reloads. It is free and open source.
OctoNext stores a small amount of data locally on your device only, using the browser's
extension storage (chrome.storage). None of it is transmitted to us or to any third party.
| Data | Why it exists | Where it lives |
|---|---|---|
| Preferences (theme, font, font size, sidebar width, dock side, pinned state) | Remember how you like the sidebar | Local device only |
| Repository bookmarks | Let you jump back to repositories you save | Local device only |
| Optional GitHub personal access token (PAT) | Access your private repositories, only if you choose to add one | Local device only |
| Per-domain GitHub Enterprise opt-in | Remember Enterprise hosts you explicitly enabled | Local device only |
The only external service OctoNext contacts is GitHub:
api.github.com, or your GitHub
Enterprise host) to read the repository structure, file contents, sizes, and pull-request details for
the repository you are currently viewing.Your use of GitHub is governed by GitHub's own privacy statement.
| Permission | Why OctoNext needs it |
|---|---|
storage | Save your settings, bookmarks, and optional token locally. |
activeTab | Act on the GitHub tab you are actively viewing when you open the sidebar. |
scripting | Inject the sidebar into GitHub pages (Manifest V3 requirement), including after in-page navigations. |
tabs | Read the active tab's URL to know which repository or pull request is shown. Not used for history. |
contextMenus | Provide a right-click option to enable a GitHub Enterprise domain, keeping host access opt-in. |
Host access to github.com & api.github.com | Render the sidebar on repository pages and fetch repository data from the API. |
Optional broad host access (http://*/*, https://*/*) | Requested at runtime only when you explicitly enable a self-hosted GitHub Enterprise domain. |
Because all data is stored locally, you are always in control:
OctoNext is a general-purpose developer tool and is not directed to children. It does not knowingly collect any data from anyone, regardless of age.
OctoNext complies with the Chrome Web Store Developer Program Policies, including the Limited Use requirements. Specifically:
If this policy changes, the updated version will be published at this same URL with a new "Last updated" date. Material changes will be noted in the project's release notes.
Questions or concerns? Open an issue on the project repository: