roblox-plus / extension

This is the source of the Roblox+ Google Chrome extension!
https://roblox.plus
46 stars 37 forks source link

Upgrade extension to manifest V3 #52

Closed WebGL3D closed 1 year ago

WebGL3D commented 1 year ago

What :fire:

Chrome is deprecating manifest V2, in use by this extension. We must upgrade to manifest V3 by January, or we lose the featured badge. If we don't upgrade by June we get pulled from the chrome store.

To upgrade to manifest V3 will require almost an entire rewrite of the extension, because of the obsolescence of background pages, being replaced by service workers. Fun.

WebGL3D commented 1 year ago

Closing in favor of every pull request from #56 -> #113.