Privacy Policy for CS2 Reports Checker
CS2 Reports Checker is a Chrome extension that helps a user review their own Steam CS2 player reports page, check reported profiles for VAC and game-ban status, display the results on the page, and export the scan results to JSON or CSV when the user chooses to do so.
What data the extension accesses
- Steam page content from the user's CS2 player reports data, including report dates, reasons, profile links, and match links.
- Steam profile identifiers needed to resolve vanity URLs and check ban status.
- A Steam
sessionidvalue read through the extension's cookie access in the user's browser to request the user's reports data from Steam while the user is signed in.
How the data is used
- To scan the user's Steam CS2 player reports in the extension background.
- To resolve Steam vanity profile URLs to SteamID64 values.
- To request VAC and game-ban lookup data for reported Steam profiles.
- To show scan results in the extension UI and, when the user opens the reports page, directly on the Steam page.
- To generate JSON or CSV exports only when the user explicitly starts an export.
Where data is sent
The extension sends Steam profile identifiers to the developer-operated endpoint at
https://cs2-reports-checker-vac-proxy.ne0lines-cs2.workers.dev/vac to retrieve VAC and game-ban lookup data.
The extension also requests report-page and profile-resolution data from steamcommunity.com.
Data storage
The extension does not create a developer account for the user, does not sell user data, and does not use user data for advertising. Scan data is processed in the browser during use. Export files are created locally in the user's browser only when the user explicitly chooses to export the results.
Authentication data
The extension does not collect passwords. It reads the Steam sessionid in the browser through extension cookie
access only to request the user's player reports data from Steam while the user is already signed in.
Remote code
The extension does not download or execute remote JavaScript or WebAssembly code. Network responses are used as data only.
Sharing
User data is not sold. Other than the network requests required to Steam and the VAC lookup endpoint described above, the extension does not transfer user data for purposes unrelated to the extension's single purpose.
Changes
This policy may be updated when the extension changes. The latest version will be published at this URL.