BrainsHacking

⚡️ Chrome EXCLUDES ad blockers – The browser has started notifying you about a new Manifest V3 update that will kill adblocks….

⚡️ Chrome EXCLUDES ad blockers – The browser has started notifying you about a new Manifest V3 update that will kill adblocks.

⚙️ But there is a solution – manually delay the update until June 2025. This should be done right now:

🔄 Windows – open PowerShell as administrator (you can open it with the Win + R shortcut. In the window that appears, type powershell or powershell ise) then enter the command:

▶️ $path = “registry::HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome”; New-Item $path -Force; Set-ItemProperty $path -Name ExtensionManifestV2Availability -Value 2.

🔄 macOS – Open Terminal and run the command:

▶️ defaults write com.google.Chrome.plist ExtensionManifestV2Availability -int 2

🛠 After that, open Chrome, type chrome://policy/ into the search bar and click “Reload Rules”. You are saved from ads again!

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button