this post was submitted on 16 Nov 2023
24 points (92.9% liked)

Furry Technologists

1371 readers
1 users here now

Science, Technology, and pawbs

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 10 points 1 year ago (1 children)

Problem with that is Firefox and Chrome (for example) aren't the same browser under the hood and need different extension code to function

You couldn't just use the Mozilla download of UBlock on Chrome, it'd have to be the Chrome addon served through Mozilla servers

Think of it like a phone economy: you can only install apps (extensions/add-ons) for your device (browser)

The chromium ones could all just use a single repository though I'm P sure, that'd work fine

[–] [email protected] 5 points 1 year ago

Actually, modern extensions are rather similar between browsers, thanks to the WebExtensions API that was created a while ago. Mozilla even has a porting guide and list of differences: https://extensionworkshop.com/documentation/develop/porting-a-google-chrome-extension/

However, they still need to distribute different packages, at least for the time being. But I can see a hypothetical unified store just letting you pick between the "Mozilla" or "Chromium" versions of extensions (perhaps automatically, based on your browser).