CSGORep Badge 版本历史 - 2 个版本
CSGORep Badge 作者: Omar
CSGORep Badge 版本历史 - 2 个版本
小心旧版本!显示这些版本是为了测试和参考目的。您应该始终使用附加组件的最新版本。
最新版本
版本 1.1.0
发布于 2026年7月19日 - 23.42 KB适用于 firefox 58.0 及更高版本All 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)
源代码遵循 MIT 许可证 发布
- Changed - Bumped extension version to 1.1.0 across