CSGORep Badge version history - 2 versions
CSGORep Badge by Omar
CSGORep Badge version history - 2 versions
Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.
Latest version
Version 1.1.0
Released Jul 19, 2026 - 23.42 KBWorks with firefox 58.0 and laterAll notable changes to my CSGORep Badge extension are documented here and here https://github.com/omar-anwari/csgorep-badge-extension/blob/master/CHANGELOG.md.
- Changed - Bumped extension version to 1.1.0 across
src/manifest.json,
src/manifest.chrome.json, andpackage.json(forgot to update this lol). - Changed - Badge UI v2: restyled to match the csgo-rep.com design system
(Poppins, near-black panels, green/neutral-orange reputation semantics, blue
accent, gold staff), with stat panels, a top accent strip, a caret, a
loading spinner, and per-state theming (staff/banned/not-found). - Fixed - Removed a global
body { }rule frombadge.cssthat was
overriding the font and positioning of every Steam profile page. - Fixed - Packaging now produces spec-compliant archives with forward-slash
paths. Thepackscripts previously shelled out tozip/rm(missing on
Windows), and Windows PowerShell'sCompress-Archivewrote backslash paths
that addons.mozilla.org rejected ("Invalid file name in archive"). Replaced
with a zero-dependency Node ZIP writer (scripts/pack.mjs) that works on any
OS. - Added - Short-lived response cache (
storage.local, 10-minute TTL per
SteamID) to avoid re-fetching the same profile on repeat visits. - Added - Fetch timeout (8s
AbortController) on both CSGORep API calls so
a stalled request can no longer leave the badge stuck on "Loading…". - Added - SteamID validation before any API call - the badge only
initializes for a valid 17-digit SteamID64. (sort of unnecessary but whatever) - Added -
storagepermission (Chrome and Firefox manifests) to support
caching. - Changed - Trimmed
package.jsondown to a real package manifest, removing
stale manifest-like fields (manifest_version,permissions,
content_scripts,background,icons) and the brokenmainpointer to a
nonexistent file. - Changed - Reduced console logging to genuine errors only (removed
per-request debug logs in the background and content scripts). - Changed - Updated
README.mdclone URL and file list. - Removed - Dead
src/utils/helpers.js(unused, malformed, and not loadable
by a classic content script). - Removed - Unused
_locales/directory (never referenced by any manifest
ori18n). - Removed - Invalid
data_collection_permissionskey from the Chrome MV3
manifest (a Firefox-only concept). - Fixed - Replaced
yourusername/ "Your Name" placeholders inREADME.md
andpackage.json. (forgot to change it lol)
Source code released under MIT License
- Changed - Bumped extension version to 1.1.0 across
Older versions
Version 1.0.0
Released Jan 7, 2026 - 23.43 KBWorks with firefox 58.0 and laterSource code released under MIT License