Skip to content

Instantly share code, notes, and snippets.

@lidel
Created December 16, 2020 13:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lidel/4228daee0e86c6522a00b010ec9e46aa to your computer and use it in GitHub Desktop.
Save lidel/4228daee0e86c6522a00b010ec9e46aa to your computer and use it in GitHub Desktop.
Exact user count at Chrome Web Store
# while Google does not provide official API and Stats are available only after login,
# for some reason exact user count is included on the listing page ¯\_(ツ)_/¯
curl -s https://chrome.google.com/webstore/detail/ipfs-companion/nibjojkomfdiaoajekhjakgkdhaomnch | grep -Po '<Attribute name="user_count">\K[[:digit:]]*'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment