271
Google to push ahead with Chrome's ad-blocker extension overhaul in earnest
(www.theregister.com)
This is a most excellent place for technology news and articles.
With manifest v2, extensions could block the content however they wanted, reading and modifying DOM as they see fit.
Google claims that it is a security risk, so with manifest v3, extensions can only create and give the browser rules and the browser itself will block content based on them. The rules have a limit in size and capabilities.
If that was still not clear, try thinking of unrestricted SQL access vs a UI for modifying a database.
Got it, that makes sense. Thanks for taking the time to write this up!