linkclump
linkclump copied to clipboard
Manifest V3
Not sure if this will work but I've updated the manifest to V3 and added a minor version increase to the extension.
The main purpose is to prevent the extension for stop being supported on future versions of Google Chrome.
Did you test this?
I've taken a small look at the changes, and I can report that they need some extra work.
If you fix these errors, you get even more errors. First, it is about messaging, and then, it is about local storage, and that's where I stopped.
Uncaught ReferenceError: localStorage is not defined
Uncaught TypeError: Cannot read properties of undefined (reading 'addListener')
chrome.extension.onMessage.addListener(function(request, sender, callback) {
Also, with the new manifest, you can only give one background file, so if you still want to split the files, you will need a build step.
I don't think I can fix this at the moment, but when Google kicks this extension from the app store, I'll be back.
I believe this PR got pretty close, but a few things weren't working https://github.com/benblack86/linkclump/pull/221