chromium-history-version-position icon indicating copy to clipboard operation
chromium-history-version-position copied to clipboard

https://vikyd.github.io/download-chromium-history-version/

chromium-history-version-position

JSON data of Chromium version -> chromium_base_position -> version download link .

Example:

  • Version: 87.0.4253.0
  • Position: 803990
  • OS: Mac
  • Link: https://commondatastorage.googleapis.com/chromium-browser-snapshots/index.html?prefix=Mac/803990/

Used By

This JSON Data is used by https://vikyd.github.io/download-chromium-history-version/

Description

  • all-version.json
    • all versions from https://chromium.googlesource.com/chromium/src/+refs
  • version-position.json
    • all chromium_base_position from API like https://omahaproxy.appspot.com/deps.json?version=87.0.4253.0 by all-version.json
  • position/position-Mac.json
    • all chromium_base_position from: https://commondatastorage.googleapis.com/chromium-browser-snapshots/index.html?prefix=Mac/
  • ver-pos-os/version-position-Mac.json
    • intersection of version-position.json and position/position-Mac.json
  • ver-pos-os-link/version-position-link-Mac.json
    • same as ver-pos-os/version-position-Mac.json, with real links

Missing some versions?

Some version may be missing deal to no data return from API:

  • data OK: https://omahaproxy.appspot.com/deps.json?version=87.0.4253.0
  • no data: https://omahaproxy.appspot.com/deps.json?version=33.0.1733.0

Data generated by

https://github.com/vikyd/chromium-history-version-crawler