Steam Marketing Tool is a Chrome Extension for analyzing marketing data on Steam and Steamworks.
Matching URL: *://partner.steampowered.com/region/*
e.g. https://partner.steampowered.com/region/
Passing data to Chart Tool to show the regional wishlist charts.
Export and download a CSV file.
Matching URL: *://store.steampowered.com/app/*
e.g. https://store.steampowered.com/app/1928690/Bionic_Bay/
- SteamDB
- Steam Scout - To break down Steam reviews by languages.
- Gamalytic
- VG Insights
- Real-time followers - https://steamcommunity.com/search/groups/
- SteamData.Ninja
- Micro Trailer - To watch the micro trailer of the game, which is automatically generated by Steam and will be used on the hover tool in the future: https://store.steampowered.com/labs/microtrailers
It is compatible with AugmentedSteam which is a more powerful extension:)
Don't like the default buttons? Feel free to add/remove any links on your own:/
If you know of other powerful websites for Steam marketing/analysis, please share them to Issues. I'd appreciate it.
steamMT_customization.mp4
As the extension hasn't been added to the Chrome Store yet, you can only install it manually. Here are the steps to follow:
- Clone this repository or download the ZIP file and unzip it.
- Go to
chrome://extensions/
. - Turn on
developer mode
. - Click on the Load unpacked button and select the
chrome-extension
folder from where you downloaded/cloned.
Video: https://www.youtube.com/watch?v=JD7eneh7zZM
https://qwe321qwe321qwe321.github.io/SteamMT/chart/
The input data is passed through GET parameters, and this page doesn't store any private information. You can share the link to show anyone the statistics, even though it'd be terribly LOOOOOOOOOOOOOOONG:O
Param | Type | Description |
---|---|---|
data | Base64 Encode object { title: <String>, xValues: [...<String>], yValues: [...<Number>] } | The input data for charts. |
topN | Number (> 0) | Only display top N results. |