TubeFeed version history - 2 versions
Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.
Latest version
Version 0.6.9
Released May 24, 2026 - 107.15 KBWorks with firefox 140.0 and laterv0.6.9
YouTube localized titles- Added a new Settings > General option: "Use YouTube localized titles when available".
- TubeFeed can now request creator-provided YouTube metadata in a preferred language and display the localized title when YouTube provides one.
- Added a preferred metadata language dropdown.
- Added optional localized descriptions.
- Added Settings > Data > "Refresh localized titles" to re-check existing videos.
- Localized metadata is stored separately from the original title/description and ignored if the source title changes, preventing stale localized titles from being shown.
YouTube anti-abuse handling- Channel-page scraping now detects YouTube/Google anti-abuse redirects through google.com/sorry and HTTP 429 responses.
- When anti-abuse/rate-limit signals are detected, TubeFeed pauses further scrape attempts for 2 hours instead of repeatedly retrying.
- Added a narrow https://www.google.com/sorry/* host permission so these redirects can be recognized as rate-limit signals instead of generic CORS errors.
- Manual "update all", folder updates, channel icon refresh, and localized-title refresh are now polite-paced instead of burst-fetching several channel pages at once.
- Localized-title enrichment no longer makes a duplicate channel-page request when the normal scrape already fetched the channel in English.
- Manual feed updates now request an immediate badge refresh after new videos are fetched.
Source code released under MIT License
Older versions
Version 0.6.8
Released May 16, 2026 - 104.55 KBWorks with firefox 140.0 and laterv0.6.8
Hide short videos- New Settings → General control: "Hide videos shorter than (minutes)". Defaults to 0 (no filtering). Set to 1 to hide YouTube Shorts (≤ 1 min); higher values to filter out longer short-form content. Range 0–60.
- The filter applies to the reader feed, the sidebar unread counts, and the extension's badge — they all stay in sync.
- Videos whose duration isn't yet known are unaffected by this filter (those are still governed by the "Hide videos without duration for (days)" setting).
Source code released under MIT License