Hacker News new | ask | show | jobs
by heftig 928 days ago
This only applies to changes to extension code and not merely changes to blocklists.

Chrome's manifest v3 requires extensions to ship static blocklists.

1 comments

What do you mean requires?

How can they enforce that? Are they also disabling manual install of extensions from outside the extension “store”?

What about me just pasting in a new filter list myself?

There's no API to intercept web requests in a blocking fashion in MV3, so extensions can no longer offer the ability to do custom request blocking. The entire list is static.
> Are they also disabling manual install of extensions from outside the extension “store”?

This has already been the case for years unless you enable developer mode and load the extension as an unpacked extension (directory full of files rather than normal extension file) in which case chrome will complain every time you start it.