Summary

Tab Debt Manager needs to see your tabs' addresses and titles in order to decide which ones have gone stale and to be able to reopen them later. All of that stays inside your browser — the extension makes no network requests and has no server.

What this extension does

Tab Debt Manager watches how recently each of your open tabs was used, flags the ones you have stopped touching, and can archive them — closing the tab while keeping a record so you can restore it with one click. You control the staleness threshold, per-category rules, keyword rules that protect tabs from ever being archived, and an allowlist.

Data the extension collects and stores

All of the following is stored in chrome.storage.local on your device:

What is NOT collected

One honest technical note about favicons

The popup shows each archived tab's favicon by pointing at that site's own icon address. As with any image on any web page, your browser may fetch that icon from the site it came from, usually from cache. That is a normal image load performed by Chrome, it carries no information about you beyond a request for an icon, and no data from the extension is included in it. The extension itself initiates no requests.

Where your data is stored

In chrome.storage.local, inside your own Chrome profile on your own device. Not synced to your Google account, so each computer has its own archive and settings.

Permissions and why each one is needed

PermissionWhy it is needed
tabs This is the core of the extension. It allows reading the address and title of your open tabs — needed to apply your category and keyword rules, to show you which tabs are stale, to close a tab when it is archived, and to reopen it at the right address when you restore it. Note that tabs grants access to tab addresses and titles only; it does not grant access to the contents of those pages.
storage Saves your archive, your rules and your settings on the device so they survive Chrome restarts, and keeps activity timestamps alive while Chrome suspends the extension in the background.
alarms Runs the staleness check on a periodic timer (roughly every 15 minutes). Chrome shuts down idle extensions, so a timer is the only way to keep the check running.
tabGroups Reads whether a tab belongs to a named Chrome tab group, so that tabs you have deliberately organised into a group can be protected from being archived. It is used to check group membership and title only — the extension does not create, rename or delete your groups.

Third-party sharing

None. Your tabs, archive, and rules are never sold, shared, transmitted, or disclosed to anyone, including the developer.

Data retention and how to delete your data

Children's privacy

This extension is not directed at children under 13 and does not knowingly collect personal information from children. It has no accounts and transmits nothing.

Changes to this policy

Any change will be posted on this page with an updated "Last updated" date.

Contact

Questions, concerns or data requests: aqahramonov2007@gmail.com

← All privacy policies