VALVE
VALVE#
SteamDB
Database covering the entire Steam catalog. Player charts, price history across all regions, update histories, and detailed data for every product.
Steam Status
Steam server status.
SteamID
Steam profile lookup with history.
ChatterBox for Source
Generate a list of say binds that rotate.
Remove Featured Badge on profile (1)
-
- Edit Profile
- Featured Badge
- Paste in Console
- Save
- Edit Profile
var access_token = $J("[data-loyaltystore]").data("loyaltystore").webapi_token;
var badgeid = 0;
SetFavoriteFeaturedBadge(access_token, badgeid);
function SetFavoriteFeaturedBadge(access_token, badgeid) {
$J.post( 'https://api.steampowered.com/IPlayerService/SetFavoriteBadge/v1?', {
access_token: access_token,
badgeid: badgeid
});
}
Counter-Strike#
CSFloat Market Checker
Shows the float value, paint seed, and more of Counter-Strike items on the Steam Market or Inventories.
NoLobbyReservation
A SourceMod plugin which allows CSGO servers to be joinable again.
