<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Frontbuffer Editorial</title>
    <description>The latest articles on DEV Community by Frontbuffer Editorial (@frontbuffer).</description>
    <link>https://dev.to/frontbuffer</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4072281%2F8375c8bc-3244-48ac-8366-e2cb787de2af.png</url>
      <title>DEV Community: Frontbuffer Editorial</title>
      <link>https://dev.to/frontbuffer</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/frontbuffer"/>
    <language>en</language>
    <item>
      <title>Chrome Manifest V2 Is Gone After August 31 — Here's What Actually Breaks</title>
      <dc:creator>Frontbuffer Editorial</dc:creator>
      <pubDate>Tue, 11 Aug 2026 04:29:47 +0000</pubDate>
      <link>https://dev.to/frontbuffer/chrome-manifest-v2-is-gone-after-august-31-heres-what-actually-breaks-351p</link>
      <guid>https://dev.to/frontbuffer/chrome-manifest-v2-is-gone-after-august-31-heres-what-actually-breaks-351p</guid>
      <description>&lt;p&gt;If you've noticed Chrome extensions behaving differently lately, &lt;br&gt;
you're not imagining it. Google's Manifest V3 transition is &lt;br&gt;
forcing every extension to rewrite how it intercepts network &lt;br&gt;
requests — and not all of them made it.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Actually Changed
&lt;/h2&gt;

&lt;p&gt;Manifest V2 allowed extensions to use &lt;code&gt;webRequest&lt;/code&gt; API to &lt;br&gt;
dynamically block or modify network requests. This is how &lt;br&gt;
uBlock Origin, Privacy Badger, and most ad blockers worked.&lt;/p&gt;

&lt;p&gt;MV3 replaced this with &lt;code&gt;declarativeNetRequest&lt;/code&gt; — a static &lt;br&gt;
rule-based system. You define rules in advance; the browser &lt;br&gt;
enforces them. No dynamic interception.&lt;/p&gt;

&lt;p&gt;The practical difference:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Ad blockers&lt;/strong&gt;: Reduced effectiveness for complex filters&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;uBlock Origin&lt;/strong&gt;: The original version stops working. 
uBlock Origin Lite (MV3 version) has fewer capabilities&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Privacy extensions&lt;/strong&gt;: Most have migrated, some haven't&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Developer tools&lt;/strong&gt;: Generally fine — most already updated&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What's Happening August 31
&lt;/h2&gt;

&lt;p&gt;Chrome will disable MV2 extensions that haven't migrated. &lt;br&gt;
Users will see a warning banner, then the extension gets &lt;br&gt;
turned off. You can temporarily re-enable in developer mode &lt;br&gt;
but that's not a permanent fix.&lt;/p&gt;

&lt;h2&gt;
  
  
  Extensions That Won't Survive
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;uBlock Origin (non-Lite) — the big one&lt;/li&gt;
&lt;li&gt;Some niche privacy tools built on dynamic request blocking&lt;/li&gt;
&lt;li&gt;Extensions that inject remote code (banned outright in MV3)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What You Can Do
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Switch to uBlock Origin Lite&lt;/strong&gt; — it's the official MV3 &lt;br&gt;
version. Less powerful but functional.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Try Firefox&lt;/strong&gt; — Mozilla has committed to keeping MV2 support. &lt;br&gt;
If you rely heavily on legacy extensions, this is the cleanest &lt;br&gt;
escape route.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Check your extensions&lt;/strong&gt; — Go to &lt;code&gt;chrome://extensions&lt;/code&gt;, &lt;br&gt;
enable Developer Mode, and look for any flagged as MV2.&lt;/p&gt;

&lt;p&gt;I put together a full breakdown of every affected extension &lt;br&gt;
category and what the alternatives look like here:&lt;br&gt;
&lt;a href="https://frontbuffer.net/tech/google-chrome-manifest-v2-migration_HUB/" rel="noopener noreferrer"&gt;Chrome Manifest V2 Migration: Complete Guide&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The August 31 deadline is real. If you manage extensions for &lt;br&gt;
a team or organization, now is the time to audit.&lt;/p&gt;

</description>
      <category>chrome</category>
      <category>webdev</category>
      <category>javascript</category>
      <category>security</category>
    </item>
  </channel>
</rss>
