This plugin ports the functionality of the Augmented Steam Browser Extension to the Steam client using Millennium.
Pretty much all the Augmented Steam extension's features are included in this plugin.
See the AugmentedSteam Browser Extension for more details about
each feature or the extension page for more images.
Also some features from the extension are ported to the library see
Library extra details
- Ensure you have Millennium installed on your Steam client
- Download the latest release of this plugin
- Place the plugin files in your Millennium plugins directory (should be a plugins folder in your Steam client directory)
- Restart your Steam client
- Enable the Augmented Steam plugin in the Millennium plugin menu
- FULLY restart the Steam client again
Once installed it should just work out of the box.
To see if the plugin is working you can go to any store app page and look for the newly added features (highlighted in
yellow)
To configure the plugin:
- Open Steam and navigate to the main store page
- Click on "Your Store" in the top menu, then select "Preferences"
2.5. Or just click on your profile top right, then Account details - Look for the "Augmented Steam" button and click it
Alternatively, you can access the options page directly by entering this URL in your Steam client:
https://store.steampowered.com/account/?augmented-steam=true
Here you can customize various features and behaviors of the Augmented Steam plugin to suit your preferences. Just like in the browser extension.
After clicking on the (i) in the library you will now also see the HowLongToBeat times and player count in the game
details. These are cached for 1 hour.
Contributions are welcome! Please feel free to submit a Pull Request.
It is recommended to put the plugin repository in your Steam plugins folder or make some symbolic links to the repository for easier development.
- Clone the repository using
git clone https://github.com/tddebart/AugmentedSteam-Extension-Plugin.git
- Pull the AugmentedSteam submodule using
git submodule update --init
- Run
bun install
or use your favorite package manager - Run
bun build-augmented-steam
to build the AugmentedSteam submodule - Now you can run
bun watch
orbun dev
to build the plugin and watch for changes
Note:
bun dev
will only watch for changes in the webkit and frontend folder and just require aF5
in the steam client to reload. For changes to the backend, you will need to fully restart the Steam client.
- Original Augmented Steam Extension: AugmentedSteam
- Millennium
This project is licensed under the MIT License - see the LICENSE file for details.