Skip to content

Instantly share code, notes, and snippets.

@katcaola
Forked from cletusw/get-old-chromium-binary.md
Last active December 7, 2020 18:32
Show Gist options
  • Select an option

  • Save katcaola/a8d3099d2c1e4c260d1a463d029bb92f to your computer and use it in GitHub Desktop.

Select an option

Save katcaola/a8d3099d2c1e4c260d1a463d029bb92f to your computer and use it in GitHub Desktop.

Revisions

  1. @cletusw cletusw revised this gist Oct 8, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion get-old-chromium-binary.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    [source](http://superuser.com/a/946407/213886)
    ([source](http://superuser.com/a/946407/213886))

    *Taking [denilson-sá's answer][2] further...*

  2. @cletusw cletusw revised this gist Oct 8, 2015. 1 changed file with 8 additions and 3 deletions.
    11 changes: 8 additions & 3 deletions get-old-chromium-binary.md
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,7 @@
    [source](http://superuser.com/a/946407/213886)

    *Taking [denilson-sá's answer][2] further...*

    You need revision numbers to grab downloads. So first lookup the full version string from the following URL, adjusting parameters as needed:

    https://omahaproxy.appspot.com/history.json?channel=stable&os=mac
    @@ -8,6 +10,9 @@ For Chrome version 28 the full version string is 28.0.1500.71. Now go to https:/

    You can use that base position number and platform as a filter at either of these URLs:

    http://commondatastorage.googleapis.com/chromium-browser-continuous/index.html
    http://commondatastorage.googleapis.com/chromium-browser-snapshots/index.html
    You probably won't have a perfect match on the base position number but you can at least use it to get close to the version you want.
    * http://commondatastorage.googleapis.com/chromium-browser-continuous/index.html
    * http://commondatastorage.googleapis.com/chromium-browser-snapshots/index.html

    You probably won't have a perfect match on the base position number but you can at least use it to get close to the version you want.

    [2]: http://superuser.com/a/832485/474367
  3. @cletusw cletusw revised this gist Oct 8, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion get-old-chromium-binary.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    (from http://superuser.com/a/946407/213886)
    [source](http://superuser.com/a/946407/213886)

    You need revision numbers to grab downloads. So first lookup the full version string from the following URL, adjusting parameters as needed:

  4. @cletusw cletusw created this gist Oct 8, 2015.
    13 changes: 13 additions & 0 deletions get-old-chromium-binary.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,13 @@
    (from http://superuser.com/a/946407/213886)

    You need revision numbers to grab downloads. So first lookup the full version string from the following URL, adjusting parameters as needed:

    https://omahaproxy.appspot.com/history.json?channel=stable&os=mac

    For Chrome version 28 the full version string is 28.0.1500.71. Now go to https://omahaproxy.appspot.com and enter the full version string ("28.0.1500.71") into the Position Lookup box. Copy the Base Position number ("209842" in this case).

    You can use that base position number and platform as a filter at either of these URLs:

    http://commondatastorage.googleapis.com/chromium-browser-continuous/index.html
    http://commondatastorage.googleapis.com/chromium-browser-snapshots/index.html
    You probably won't have a perfect match on the base position number but you can at least use it to get close to the version you want.