Check out our upcoming advanced course: Chrome Extension Mastery: Build Full-Stack Extensions with React & Node.js Learn More →
August 11, 2024

An update on Chrome Extensions

An update on Chrome Extensions

On July 10, Chrome for Developers published a blog post detailing all the upcoming changes for Chrome Extensions. Some bits of information worth highlighting are:

Manifest V2 phase out

The phase out for Manifest V2-based extensions has officially started. Back on June 3rd, users started receiving warnings for extensions that were still running on MV2. The next phase of this process is automatically disabling extensions running on MV2, however users can re-enable the extensions manually. For more information on the MV2 deprecation timeline, click here.

New action.openPopup API

Starting in version 127 of Chrome, the action.openPopup API will be available. This change aims to make Chrome more consistent with Firefox and Safari browsers.

Side Panel UI update

An update was made that added a pin icon to easily re-open side panels linked to extension's action icon and removed the previous global side panel icon.

Upcoming features

There are a number of upcoming features such as supporting multiple user script worlds in extensions, as well as the ability to provide a set of icons for dark mode specifically.

You can read the full blog post here which contains some more upcoming changes and information.

Start your next extension project without all the boilerplate