[ Web Proxy ]
URL:
Viewing: https://developer.chrome.com/docs/extensions/reference/manifest/minimum-chrome-version [Back]  [Original]

Manifest - Minimum Chrome Version  |  Chrome Extensions  |  Chrome for Developers Skip to main content
Chrome for Developers [Chrome for Developers]

Manifest - Minimum Chrome Version Stay organized with collections Save and categorize content based on your preferences.

An optional manifest key containing a string that defines which versions of Chrome are able to install the extension. The value set for this string must be a substring of an existing Chrome browser version string. Use a full version number to specify a specific update to Chrome, or use the first number in the string to specify a particular major version.

{
  // ...
  "minimum_chrome_version": "126",
  // ...
}

Enforcement

New Installs

In versions of Chrome older than the minimum version, the Chrome Web Store will show a "Not compatible" message in place of the install button. Users on these versions won't be able to install your extension.

Existing Installs

Existing users of your extension won't receive updates when the minimum_chrome_version is higher than their current browser version. This happens silently so you should exercise caution and consider ways of letting existing users know that they are no longer receiving updates.

Note: Enterprise users using ephemeral mode are treated as new users each time they sign in. This means that if they are using a Chrome version lower than the minimum_chrome_version, your extension won't be installed.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2024-04-26 UTC.

[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-04-26 UTC."],[],[]]

Web Proxy Viewer  |  New URL  |  Original Page