Tubwise

Organise your YouTube subscriptions. Hide Shorts. Skip the noise.

Tag every channel into a colour-coded grid, filter the subscriptions feed by tag, hide Shorts and recommendations everywhere — and keep all your data on your own device.

Manifest V3 · React 19 · MIT licensed

What it does

Subscription dashboard

Auto-tags every channel into Music, Tech, Gaming, Learning and 17 other topics. Group by tag, name, or recently seen.

Tag pill row

A filter bar injected above /feed/subscriptions lets you show only one tag's channels at a time.

Focus mode

One master toggle hides Shorts (in feeds, shelves, sidebar), recommendations, comments, and the Trending sidebar.

Channel blocklist

"Block" button on every card. Blocked channels disappear everywhere on YouTube, not just inside Tubeshelf.

Local-first

chrome.storage.local only. No accounts, no servers, no telemetry. Export / import a JSON snapshot any time.

Latest-upload chip

Each card shows when the channel last uploaded, fetched from the public RSS feed during the scrape.

Privacy Policy

Last updated: 25 April 2026

Tubeshelf ("the Extension") is a browser extension that helps you organise your YouTube subscriptions and hide distracting interface elements such as Shorts, recommendations and comments. This document explains exactly what data the Extension touches and where it lives.

TL;DR

What data is processed

When you click Refresh subscriptions, Tubeshelf calls YouTube's own public InnerTube API (the same endpoints youtube.com uses) to read your own subscriptions list. For each channel it stores:

You may also create your own tags and a per-channel blocklist; both are stored alongside the channel data.

All of this is written to chrome.storage.local, which the browser keeps on your device. None of it is uploaded anywhere by the Extension.

What data is not processed

How to delete your data

Permissions

PermissionWhy we need it
storage Persist your tags, channel-tag assignments, blocklist and settings between browser sessions. Stored locally only.
host_permissions: youtube.com Inject the content script that hides Shorts, recommendations and comments, applies your channel blocklist, and (in the service worker) reads your subscription list via YouTube's own InnerTube API using your existing session cookies.

Children

Tubeshelf is not directed at children under 13. It does not knowingly collect personal information.

Changes to this policy

If this policy ever changes, the new version will be published at the same URL with an updated "Last updated" date. Material changes will also be noted in the Chrome Web Store release notes.

Contact

Open a GitHub issue at the project repository, or email raduradionat@gmail.com.

Contact