https://github.com/revadike/steamwebintegration
Integrate your personal Steam information on the web, at your convenience!
https://github.com/revadike/steamwebintegration
addon extension extension-chrome extension-firefox hacktoberfest icons ownership steam steam-api trading-cards webextension wishlist
Last synced: 7 months ago
JSON representation
Integrate your personal Steam information on the web, at your convenience!
- Host: GitHub
- URL: https://github.com/revadike/steamwebintegration
- Owner: Revadike
- License: mit
- Created: 2017-08-23T00:19:50.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2025-01-09T12:54:33.000Z (9 months ago)
- Last Synced: 2025-03-28T16:09:20.636Z (7 months ago)
- Topics: addon, extension, extension-chrome, extension-firefox, hacktoberfest, icons, ownership, steam, steam-api, trading-cards, webextension, wishlist
- Language: JavaScript
- Homepage:
- Size: 686 KB
- Stars: 150
- Watchers: 7
- Forks: 19
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/Revadike/SteamWebIntegration/blob/master/LICENSE)
[](https://github.com/Revadike/SteamWebIntegration/issues)
[](https://github.com/Revadike/SteamWebIntegration/stargazers)
[](https://github.com/Revadike/SteamWebIntegration/releases/latest)
[](https://github.com/Revadike/SteamWebIntegration/releases/latest)
[](https://steamcommunity.com/tradeoffer/new/?partner=82699538&token=V7DQVtra)> Integrate your personal Steam information on the web, at your convenience!
>## Screenshot
## Download
[](https://chrome.google.com/webstore/detail/steam-web-integration/bcjlaaocogjkkhbmjhlhonmpnngnlogn)
[](https://addons.mozilla.org/firefox/addon/steam-web-integration/)
## Sponsors
None at the moment. Consider [sponsoring me](https://github.com/sponsors/Revadike) and ask to be featured here! <3## Features
* Checks web pages for links or images of steam games or DLC
* Displays informative icons next to the link or image
* Shows tooltips with additional information (on icon hover)
* Information includes:
* Type (game, DLC or package)
* Ownership on Steam
* Wishlisted on Steam
* Followed on Steam
* Ignored on Steam
* Delisted/removed from Steam
* Limited on Steam (low confidence metric)
* Steam Trading Cards
* Game bundle history
* Caching of data
* Support for dynamically changing web content
* Context menu options
* Highly configurable## Used Libraries
* [JSColor](https://github.com/EastDesire/jscolor)
* [FontAwesome](https://fontawesome.com/)## FAQ
### Why does it not work?
Make sure you are logged in to steam with the right account in your web browser and visit [this page](http://store.steampowered.com/dynamicstore/userdata/) and refresh until you can see all your data is loaded (you will see [this](https://i.imgur.com/ShKcuay.png) if it is _not_ loaded). If that does not work, try factory reset.### Why does it _still_ not work?
I don't know. Try factory reset. Otherwise, be sure to contact me and provide me the log/error from the extension, if there is any.
Post it [here](https://github.com/Revadike/SteamWebIntegration/issues).### Can I suggest a feature?
Yes, absolutely! Post it [here](https://github.com/Revadike/SteamWebIntegration/issues).### Can I contribute to the project?
Even better! Submit your Pull Requests [here](https://github.com/Revadike/SteamWebIntegration/pulls).### My question isn't listed?
Try searching [GitHub issues](https://github.com/Revadike/SteamWebIntegration/issues) or the [SteamGifts topic](https://www.steamgifts.com/discussion/y9vVm/) for your answer.## Changelog
**Later versions can be found [here](https://github.com/Revadike/SteamWebIntegration/releases)****Version 1.6**
* Added support for trading cards icon.**Version 1.5**
* Added support for games that were removed or delisted on Steam.**Version 1.3**
* Implemented caching of data and added support for dynamically generated content.**Version 1.2**
* Prevented alerts from showing when in incognito mode**Version 1.1**
* Added support for agecheck links**Version 1.0**
* Initial release