- google's manifest v3 has no analouge to the
webRequestBlocking
API, which is neccesary for (effective) adblockers to work - starting in chrome version 127, the transition to mv3 will start cutting off the use of mv2 extensions alltogether
- this will inevitably piss of enterprises when their extensions don't work, so the
ExtensionManifestV2Availability
key was added and will presumably stay forever after enterprises complain enough
You can use this as a regular user, which will let you keep your mv2 extensions even after they're supposed to stop working
In a terminal, run:
sudo mkdir -p /etc/opt/chrome/policies/managed /etc/opt/chromium/policies/managed
echo '{ "ExtensionManifestV2Availability": 2 }' | sudo tee /etc/opt/chrome/policies/managed/policy.json /etc/opt/chromium/policies/managed/policy.json
- enable developer mode
- upon rebooting, go into vt2 (shift+ctrl+right arrow function key)
- log in as root
- type in
/usr/libexec/debugd/helpers/dev_features_rootfs_verification && reboot
- upon rebooting, go into vt2 again and log in as root
- run the commands from the linux section
Open regedit, and create Software\Policies\Google\Chrome\ExtensionManifestV2Availability
in HKEY_LOCAL_MACHINE as a dword set to 0x00000002
In a terminal, run:
defaults write com.google.Chrome ExtensionManifestV2Availability -int 2
defaults write com.google.Chromium ExtensionManifestV2Availability -int 2
(note that i haven't tested this for mac. please let me know if it doesn't work)
worth noting that uBO Lite is pretty good. despite the Lite moniker, it's not that much weaker, there's only a small percentage of unsupported filters. you can't add custom filters or filter lists via the extension, but you can always build uBlock from source, not much tooling involved. run
make mv3-chromium
after cloning the repository, and install the resulting extensionI've daily-driven it for a while and have been impressed at how far gorhill was able to take it, I'd probably even consider using it on Firefox if not for the above caveat.
EDIT: partial logs that shows the processing done on filters
Default filterlist
My own filterlist