WorldLanguages / DoNotDiscard

🗑️❌ Stops Chrome from suspending tabs, and reloading them when you switch to them. 100,000+ users on Chrome Web Store.
https://chrome.google.com/webstore/detail/disable-automatic-tab-dis/dnhngfnfolbmhgealdpolmhimnoliiok
88 stars 12 forks source link

Migrate to Manifest V3 #7

Open dude22072 opened 1 year ago

dude22072 commented 1 year ago

Chrome has already stopped accepting new Manifest V2 Extensions on the web store, and will be phasing out V2 entirely next year. "Background Pages", as this extension currently uses, are being replaced by "Service Workers" instead. If this extension is not updated then we will no longer be able to use it come next year.

Chrome's documentation on migrating to V3: https://developer.chrome.com/docs/extensions/migrating/

WorldLanguages commented 1 year ago

I will make sure to update it when necessary.

I also haven't looked yet at Chrome's "memory saving" settings, and how they interact with tab discarding.