Skip to main content
Guide All Extensions

Chrome 152: What Changes for Tab and Memory Users? (2026)

Chrome 152 (stable ~Aug 19, 2026) adds near-zero native tab or memory tools, but it seals the Manifest V2 shutdown. What changes, plus the 153 cadence shift.

4 min read Verified Chrome 152

Chrome 152 reaches stable around August 19, 2026, roughly seven weeks after this article went up. For tab and memory users it adds almost nothing native. The one web-platform change worth knowing is the CPU Performance API (navigator.cpuPerformance, a 1–4 device tier). The bigger story: Chrome 152 closes the Manifest V2 era for good.

This is a forward-looking read. Items below are traced to chromestatus.com milestone-152 entries and the published Chrome release schedule, not the full 152 release notes, which aren’t out yet. Anything still in flux is labeled as flagged or expected.

Chrome 152 Release Date and the 153 Cadence Shift

Chrome 152 is the last release on the four-week cycle. Starting with Chrome 153 in September 2026, Google moves to a two-week cadence. Version numbers will then climb about twice as fast.

MilestoneStable date (as of June 2026)Cadence
Chrome 150June 30, 20264-week
Chrome 151~July 28, 20264-week
Chrome 152~August 19, 20264-week (last)
Chrome 153September 20262-week (new)

For most readers the cadence change matters more than any single 152 feature. Smaller, faster updates mean the gap between “a fix shipped” and “it reached you” shrinks. It also means version-pinned guides go stale faster, so check chrome://version rather than trusting a number you read months ago.

What Chrome 152 Actually Changes for Tab and Memory Users

Short answer: one thing, and it’s indirect.

The CPU Performance API is flagged to ship enabled-by-default in milestone 152 (chromestatus.com). It adds navigator.cpuPerformance, a read-only integer from 1 (weak) to 4 (fast), where 0 means unknown. A site can read your device tier and decide to drop heavy animations or serve a lighter media stream on low-end hardware.

What it does for you: on a tier-1 or tier-2 machine, well-built sites can choose to do less work, which can ease CPU and memory pressure. What it does not do: change anything about how Chrome itself manages tabs or RAM. There is no new suspension behavior, no Memory Saver upgrade, no tab-group change in the 152 entries.

If you came looking for a native fix for tab reloads or runaway memory, Chrome 152 is not it. That part of Chrome has not moved since the 146–151 stretch.

Manifest V2 Is Fully Closed by Chrome 152

This is the real headline, and it predates 152 by two milestones.

  • Chrome 150 (stable June 30, 2026, one day after this article) removed the last flag keeping Manifest V2 extensions running. uBlock Origin’s dynamic filtering stopped working.
  • Chrome 151 (~July 2026) cleared the remaining overrides, including the enterprise policies power users leaned on.
  • Chrome 152 (~August 2026) inherits a finished job. There is no MV2 left to disable.

The practical consequence for memory-conscious users: every tab suspender, ad blocker, and content filter you rely on must be Manifest V3 by the time 152 lands. Tools that never migrated are dead, not degraded. If an extension silently stopped blocking ads or stopped reclaiming memory in late June or July, the MV2 shutdown is the likely cause, not a bug on your end.

What Chrome 152 Still Doesn’t Add: Workspaces, Suspension, Snapshots

The gaps tab-heavy users have tracked since Chrome 146 stay open in 152.

CapabilityNative in Chrome 152?
Named workspaces that persist across restartsNo. Not on any milestone.
Rolling session snapshots (time-travel)No. Not on any milestone.
Per-tab suspension with naming + schedulingNo. Memory Saver only, no controls.
Cross-tab + history keyboard searchNo. Extension territory.

Chrome’s Memory Saver still discards inactive tabs, and that reclaims real RAM. But it gives you no naming, no per-site rules, and no session history. None of that changes in 152.

This is where our two extensions fit, and both are Manifest V3-native, so the 152 shutdown leaves them working. SuperchargePerformance suspends tabs via chrome.tabs.discard() with multi-signal protection (audio, pinned, and form-input tabs are spared), and on its default setting it unloads any tab over 200 MB after three minutes idle, ahead of the main timer. It also ships a 186K-rule MV3 blocklist for ad and tracker filtering. SuperchargeNavigation adds named workspaces with full isolation, 50 automatic snapshots taken every five minutes, and Alt+K to search open tabs, bookmarks, and history from any page. Both are free at the core, store data locally, and need no account.

Before You Update: A Quick Check

When 152 lands, open chrome://settings/help to pull it, then confirm milestone 152 at chrome://version. If an extension you depend on went quiet recently, check its Chrome Web Store listing for a Manifest V3 version before assuming Chrome broke it.

If you need named sessions, scheduled suspension, or a search bar across every open tab, Chrome 152 still won’t give you those. If you only want Chrome to free memory from idle tabs and nothing more, Memory Saver alone covers it.

Verification note (checked June 29, 2026): Chrome 152 features confirmed against chromestatus.com milestone-152 entries and the Chromium release schedule. The full Chrome 152 release notes publish closer to the August stable date; this page will be updated if the flagged items shift.

Frequently Asked Questions

When does Chrome 152 release?
As of June 2026, Chrome 152 stable is scheduled for around August 19, 2026, roughly seven weeks after this article's publication. It is the last release on Chrome's four-week cadence. Chrome 153 (September 2026) begins a two-week release cycle. Confirm the live schedule at chromiumdash.appspot.com/schedule.
What's new in Chrome 152 for tab and memory users?
As of June 2026, Chrome 152 adds no native vertical tabs, workspaces, session snapshots, or memory tools. The one web-platform change of note is the CPU Performance API (navigator.cpuPerformance), flagged to ship enabled-by-default in milestone 152 per chromestatus.com. It lets sites read a 1–4 device performance tier (0 = unknown) so they can serve lighter pages to weaker hardware.
Does Chrome 152 break uBlock Origin or other extensions?
uBlock Origin's dynamic filtering already broke earlier: Chrome 150 (stable June 30, 2026) removed the last flag keeping Manifest V2 extensions alive, and Chrome 151 cleared the remaining overrides. By Chrome 152 there is nothing left to disable; the MV2 era is fully closed. Any ad blocker or memory tool you run must be Manifest V3.
What is the CPU Performance API in Chrome 152?
As of June 2026, the CPU Performance API exposes navigator.cpuPerformance, a read-only integer from 1 (low) to 4 (high) describing your device's performance bucket, with 0 meaning unknown. It is flagged for Chrome 152 on chromestatus.com. Sites can use it to downscale animations or media on low-tier machines. Enterprises can override the value via the CpuPerformanceTierOverride policy.
Is Chrome 152 the last four-week release?
Yes. As of June 2026, Chrome 152 (~August 19, 2026) is the final release on the four-week schedule. Chrome 153 in September 2026 starts a two-week cadence, so version numbers will climb roughly twice as fast afterward. Practical effect: smaller, more frequent updates rather than large milestone drops.
Does Chrome 152 add native workspaces or tab suspension?
No. As of June 2026, named workspaces, automatic session snapshots, and built-in per-tab suspension beyond Memory Saver are not on any Chrome milestone, including 152. These remain extension territory. Chrome's Memory Saver discards inactive tabs but offers no naming, no scheduling, and no rolling session history.

Don't miss the next release

Be first to know when we ship something new.

Related Articles