Display SteamID info on user profiles
Is your feature request related to a problem? Please describe.
Yes, currently there is no an easy native way to check SteamID of a given user. People need to rely on third-party sites for this.
Describe the solution you'd like
I would like the Extension to add a new section at user profiles. I've created a mockup for this:
<div class="profile_count_link_preview_ctn" style="margin-bottom: 10px;">
<div class="profile_count_link ellipsis">
<a href="#"><span class="count_link_label">Account Details</span></a>
</div>
<div class="profile_count_link_preview">
<div>AccountID: 1022946155</div>
<div>Steam ID: 76561198983211883</div>
<div>Steam2 ID: STEAM_1:1:511473077</div>
<div>Steam3 ID: [U:1:1022946155]</div>
</div>
</div>
Renders as:
Describe alternatives you've considered
1.- Currently, I am using https://www.steamtrades.com/ search bar to calculate SteamIDs of the user. 2.- Steamdb link on other profiles dropdown, goes to calculator which has this info as well.
The steamdb link goes to calculator which has steamids? On other profiles its in the dropdown.
@xPaw thanks for the hint but i am aware of it...
However, this introduces a back and forth between steamcommunity.com and steamdb.info. Same "issue" this feature is trying to solve precisely. Not use any 3rd-party site (this incl. your own site as well) to display such info that is indeed present (hidden) at steamcommunity.com underlying HTML.
I ended creating my own userscript to cover this. If you feel this makes sense to be added I can submit a PR eventually.
Otherwise can be closed as not planned
Cheers