Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate to Manifest V3 #1821

Open
b0o opened this issue Sep 2, 2022 · 22 comments
Open

Migrate to Manifest V3 #1821

b0o opened this issue Sep 2, 2022 · 22 comments

Comments

@b0o
Copy link
Collaborator

b0o commented Sep 2, 2022

To use chrome.tabGroups APIs, the extension needs to migrate to Manifest V3.
But using Manifest V3 will break the feature that Surfingkeys allows to execute user scripts, which is important for customization.

gkzhb on #1445 (comment)

Bolding mine - need to investigate this claim that V3 will break the ability to execute user scripts.


Support for Manifest V2 will be removed from Chrome in January 2023, which is 4 months away, so Surfingkeys needs to decide how to handle that quite urgently anyway - I don't think "wait and see" is a viable option any more. Should there be a separate issue for tracking MV3 support?

aspiers on #1445 (comment)


Update 09/28/22

MV2 deprecation in Chrome Stable has been postponed until June 2023.

  • Starting in January in Chrome 112, Chrome may run experiments to turn off support for Manifest V2 extensions in Canary, Dev, and Beta channels.
  • Starting in June in Chrome 115, Chrome may run experiments to turn off support for Manifest V2 extensions in all channels, including stable channel.
  • In June 2023, the Chrome Web Store will no longer allow Manifest V2 items to be published with visibility set to Public. All existing Manifest V2 items with visibility set to Public at that time will have their visibility changed to Unlisted.
  • In January 2024, following the expiration of the Manifest V2 enterprise policy, the Chrome Web Store will remove all remaining Manifest V2 items from the store.

See: More details on the transition to Manifest V3

@b0o
Copy link
Collaborator Author

b0o commented Sep 2, 2022

SurfingKeys is a complex extension and will likely require substantial changes to support Manifest V3. I'll be collecting resources for the migration in this comment.

Cross-browser

Chrome

Discussions

Official articles

Working Documents

Comments

[...]

Since I've seen some confusion here and elsewhere, I want to quickly reaffirm that the Chrome team is still planning to support power user tools that inject user-written scripts or styles in Maniest V3, but we have not yet begun implementation work. I expect we're likely still a few months out on this. @derjanb, I also expect I'll be following up with you when we have a more substantial update.

dotproto (Developer Advocate for Chrome Extensions) on Tampermonkey/tampermonkey#644 (comment)

It seems that, as of now, there is still no official guidance from the Chrome team on this.

Firefox

Official articles

Safari

Official articles

@brookhong
Copy link
Owner

Some API changes are needed for manifest upgrade, see Migrate chrome extension from manifest v2 to v3: How to update these APIs? - Stack Overflow.

@brookhong
Copy link
Owner

I had looked into this, now the blocker is that background service worker just cannot start, it remains Inactive. To reload the extension does not help either. The worse thing is that there is no error or warning message. It just failed silently.

image

Looks like the bug just got fixed 4 days ago, will try that again after the fix released.

@brookhong
Copy link
Owner

Pending on w3c/webextensions#279 (comment)

@EvanCarroll
Copy link

This deadline is quickly approaching. The new dates are,

  • In June 2023, the Chrome Web Store will no longer allow Manifest V2 items to be published with visibility set to Public. All existing Manifest V2 items with visibility set to Public at that time will have their visibility changed to Unlisted.
  • In January 2024, following the expiration of the Manifest V2 enterprise policy, the Chrome Web Store will remove all remaining Manifest V2 items from the store.

@asknet
Copy link

asknet commented Aug 28, 2023

@brookhong @b0o Appreciate it if the team could share insights on the current state. Thanks!

@b0o
Copy link
Collaborator Author

b0o commented Aug 28, 2023

I myself don’t have any new info, and unfortunately I currently don’t have the bandwidth to work on this.

@b0o
Copy link
Collaborator Author

b0o commented Aug 28, 2023

This deadline is quickly approaching. The new dates are,

  • In June 2023, the Chrome Web Store will no longer allow Manifest V2 items to be published with visibility set to Public. All existing Manifest V2 items with visibility set to Public at that time will have their visibility changed to Unlisted.
  • In January 2024, following the expiration of the Manifest V2 enterprise policy, the Chrome Web Store will remove all remaining Manifest V2 items from the store.

I believe the Chrome team pushed back these dates indefinitely. That’s not to say deprecation won’t happen, but there are no official dates as far as I can tell.

We're still working on the timeline of the MV2 phase-out plan, so keep an eye out for it in the coming months. We will provide at least 6 months between a timeline announcement and any experiments deprecating MV2 features.
Before announcing a new timeline, we are addressing prioritized platform gaps and closing critical bugs. You can track these on the Known Issues page.

https://developer.chrome.com/docs/extensions/migrating/mv2-sunset/

@asknet
Copy link

asknet commented Aug 31, 2023

@b0o Thank you for the update

@EvanCarroll
Copy link

I don't read that the same way, so be cautious here. Those are the updated deadlines as I understand it, and as reported by third parties. From the article titled, "Google delays execution of doomed Chrome extensions"

New MV2 extensions could no longer be added to the Chrome Web Store in June 2022, and that remains unchanged under the new roadmap; MV2 extensions already available the Chrome Web Store can still be downloaded and can still receive updates.

As of June 2023, MV2 extensions will no longer be visible in the store (so they can't be newly installed, but can still be updated for existing users).

Come January 2024, nothing will be left to chance: the Chrome Web Store will stop accepting updates to MV2 extensions, all MV2 extensions will be removed from the store, and the MV2 usage in enterprises will end.

https://www.theregister.com/2022/09/30/google_manifestv3_chrome_extensions/

@b0o
Copy link
Collaborator Author

b0o commented Aug 31, 2023

@EvanCarroll That article is dated 30 Sep 2022, it's about the first time Google delayed MV3. They later delayed it again, here is an article dated 01 Apr 2023:

"We're still working on the timeline of the MV2 phase-out plan, so keep an eye out for it in the coming months. We will provide sufficient migration time for developers – at least six months of heads-up – before beginning any experiments to turn off MV2 in the browser next year."

Google halts purge of legacy Chrome Extensions, again • The Register

That article is based on this post on Google Groups:

Oliver Dunk
Mar 29, 2023, 10:44:50 AM
to Chromium Extensions, Simeon Vincent
Hey everyone,

As promised, we wanted to share an update on how things are going. Over the last few months, we’ve made progress on a number of improvements based on developer community feedback, such as allowing extension events to extend a service worker’s lifetime, increasing in-memory session storage from 1 MB to 10 MB after cross-browser discussions, and adding more reasons for offscreen documents. We're continuing to improve the platform by making service workers easier to use (including more flexible lifetimes with messaging and other APIs), introducing more service worker APIs in general, and working with other browser vendors to find ways we can align our extension platforms.

We plan to continue reviewing feedback, making changes and improving documentation to ensure the transition from Manifest V2 to Manifest V3 is smooth and successful. We're still working on the timeline of the MV2 phase-out plan, so keep an eye out for it in the coming months. We will provide sufficient migration time for developers - at least 6 months of heads-up - before beginning any experiments to turn off MV2 in the browser next year.

We remain committed to the rollout of MV3 to improve security, privacy, and performance for our users around the world. We also want to ensure that we phase out MV2 in a timely manner, and we’re continuing to listen to feedback from the developer community to help inform our improvements and timelines.

Thanks for your patience while we continue to work on moving the extensions ecosystem forward in a way that supports the needs of users and developers.

Chrome Extensions Team

https://groups.google.com/a/chromium.org/g/chromium-extensions/c/zQ77HkGmK9E/m/HjaaCIG-BQAJ (If you're interested in this I recommend subscribing to that thread)

As far as I know, there haven't been any additional updates, so I think it should be at least 6+ months away. That's also what the official sunset page says:

We're still working on the timeline of the MV2 phase-out plan, so keep an eye out for it in the coming months. We will provide at least 6 months between a timeline announcement and any experiments deprecating MV2 features.

https://developer.chrome.com/docs/extensions/migrating/mv2-sunset/

@EvanCarroll
Copy link

Thanks, that Mar 29th post is certainly the newest so I'm convinced. Talk about a butchered roll out. They really googled that one up.

@brookhong
Copy link
Owner

Yes, google must have delayed this again.

As for this extension, I had created a branch https://github.com/brookhong/Surfingkeys/tree/mv3 last December, it roughly works(I haven't verified every function), so MV3 should not be a big problem as long as a string parameter code could be supported by the scripting.executeScript() to inject user-script into context of the extension itself, otherwise we will lose the function to use user snippets to customize settings -- creating users' own bindings, which would definitely be a big loss.

I check w3c/webextensions#279 (comment) occasionally, there is no update this year except more and more extensions coming and requesting for the same support.

@newRoland
Copy link

@brookhong I submitted a formal proposal for it. They should hopefully discuss it next Thursday.

w3c/webextensions#477

@b0o
Copy link
Collaborator Author

b0o commented Dec 2, 2023

Another update from Google: https://developer.chrome.com/blog/resuming-the-transition-to-mv3/

@newRoland
Copy link

newRoland commented Jan 8, 2024

It's unknown whether the userScripts.execute() method will be supported before the deadline, or even at all. Chrome suggests using a wrapped userScript approach for now.

This means adding a userScript that applies to all relevant URLs. The code should be wrapped in a function. You will call that function when needed using window.postMessage and window.onMessage.

@asknet
Copy link

asknet commented Jan 8, 2024

@newRoland I don't know the full architecture. With this workaround, what are we losing?

@EvanCarroll
Copy link

EvanCarroll commented Jan 8, 2024

Thanks @b0o for dropping the link. This is such a botched migration. Google needs help, badly. Here is the tldr of this release, Google will be disabling v2 in Dev, Canary, and Beta in June 2024, and they'll adapt that to stifle backlash until they're comfortable and then at some undetermined point they intend to graduate that functionality to production, in stages.

So with the branch and work already done in some form, I think this project just holds off until June.

@newRoland
Copy link

@asknet Surfingkeys allows users to execute user scripts. No loss if you migrate and use the wrapped userScript approach to maintain this feature. The wrapped userScript approach needs to be implemented with care as it's performance isn't great. The user script should be scoped to a particular website because you're pretty much pre-loading. If not scoped to a particular URL, you're pretty much loading it on all websites, even if it's irrelevant and will never be called.

@newRoland
Copy link

I have a great update! It looks like the proposal is moving forward.

w3c/webextensions#540

@macintacos
Copy link

Heya folks, sorry, it's not clear to me what's supposed to be happening next. The proposal linked above seems to have been merged a few months ago, what are the next steps here? Really would be sad if I was suddenly unable to use Surfingkeys 😅

@brookhong
Copy link
Owner

brookhong commented Aug 31, 2024

I have been working on this for some while, here are some updates

  1. The biggest challenge now is to make setting snippet work as in MV2. The setting snippet is just a piece of user script that needs to be executed in the world/context of extension, MV3 does not allow that. Though chrome.userScripts.register can help to inject any user script, the script can only be injected into a USER_SCRIPT world or MAIN world, both of which don't have the necessary functions/objects that need to be used in setting snippet to enable users to create their own mappings/customize settings. Thus we need implement a mechanism to relay those function calls in setting snippet to the extension world, fortunately it is possible, but it still take some efforts to cover all functions/objects that need to be available in setting snippet.
  2. Above solution may not work for non-chromium based browsers, so I will probably use mv3 for Chrome release, and merge it back to mainline after MV3 becomes fully ready for other browsers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants