I don’t understand why all these chrome derivatives and firefox don’t just band together and extend manifest v3 with some vendored standardised extension that addresses the limitations.
Browsers do that for CSS and JavaScript features already.
An extension could just check if the browser supports the “unlimited filters” option and use it if its available.
I have never researched it but heard that the permissions of manifest v3 are much better for privacy.
I am in favor of removing manifest v2 if the vendored extension becomes a reality.
Browsers already have too much complexity, lines of code and feature creep.
From what I understand, the limit on the lists is not the only problem with it - my main concerns are a) lists only being able to update together with the extension itself and b) some features apparently being fundamentally disallowed, like the element picker I am dependent on.
I don’t understand why all these chrome derivatives and firefox don’t just band together and extend manifest v3 with some vendored standardised extension that addresses the limitations.
Browsers do that for CSS and JavaScript features already. An extension could just check if the browser supports the “unlimited filters” option and use it if its available.
I have never researched it but heard that the permissions of manifest v3 are much better for privacy.
I am in favor of removing manifest v2 if the vendored extension becomes a reality.
Browsers already have too much complexity, lines of code and feature creep.
Firefox implements v3 without the restrictions.
From what I understand, the limit on the lists is not the only problem with it - my main concerns are a) lists only being able to update together with the extension itself and b) some features apparently being fundamentally disallowed, like the element picker I am dependent on.