Skip to content

Commit

Permalink
Merge pull request sryze#3 from nyuuzyou/patch-1
Browse files Browse the repository at this point in the history
Update Chrome prodversion from 91.0 to 133.0
  • Loading branch information
sryze authored Jan 25, 2025
2 parents e429d29 + 1634dc6 commit 2c32a9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crx-dl.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
crx_base_url = 'https://clients2.google.com/service/update2/crx'
crx_params = urlencode({
'response': 'redirect',
'prodversion': '91.0',
'prodversion': '133.0',
'acceptformat': 'crx2,crx3',
'x': 'id=' + ext_id + '&uc'
})
Expand Down

0 comments on commit 2c32a9b

Please sign in to comment.