AI product readA Chrome extension that enhances the CS:GO case-opening experience on csgo.net and partner gambling sites (topskin.net, dashskins.com.br) by injecting profit analysis tools, provably fair transparency features, promo code auto-fill, and community giveaway participation.
CS:GO case-opening gambling sites lack transparency and convenience. This extension adds provably fair verification displays, odds charts, profit summaries, auto-fills bonus promo codes on deposits, provides direct links to market prices, and streamlines giveaway participation — helping users make more informed decisions and maximize bonuses.
User installs extension → visits csgo.net, topskin.net, or dashskins.com.br → content scripts inject UI enhancements into the site → promo code is auto-filled on deposit pages → provably fair data, odds charts, and market links appear on relevant pages → user can optionally link their CSGO.net account hash (from canaldosaullo.com.br) to participate in channel giveaways → user configures features via settings panel integrated into the site's own settings UI.
Auto-fills bonus promo codes on deposit pages (PROFIT coupon for csgo.net, plus codes for partner sites) fetched from Firebase Firestore configDisplays provably fair roll data on cases, battles, contracts, upgrades, and user history screensShows odds chart graphs on case opening pagesDisplays live profits from extension users via embedded live-drop iframe from Saullo's streamAdds market.csgo.com price links to items on the siteEnables direct giveaway entry (daily/monthly/special) from the deposit refill history page
- Target users
- Brazilian CS:GO case-opening gamblers on csgo.net and partner sites / Followers of the Brazilian streamer Saullo (Canal do Saullo) / Users looking to maximize promo code bonuses and understand provably fair data on CS:GO gambling platforms
- The main content script (index.tsx-2vK3GiLN.js, 533KB) is heavily minified, making it difficult to trace exact feature boundaries and data flows completely.
- Cannot fully verify whether the destination sites (csgo.net, topskin.net, dashskins.com.br) require user accounts for the extension features to function meaningfully — the extension injects features as overlays but many features reference user-specific data.
- The extension communicates with canaldosaullo.com.br backend API for giveaway participation and live status, but the full API surface is not visible in the analyzed code.
MonetizationNo paid features detected
No evidence of paid features within the extension. No premium tiers, subscription checks, payment API calls, upgrade prompts, or paywall logic found in the source code. All toggle-able features in the settings panel (Xg object) are free to enable/disable. The 'license' and 'pro' keyword hits are from Apache License headers in the Firebase SDK and package metadata — not payment-related. The destination service csgo.net is a gambling site where users deposit real money to open cases, but that is the site's own business model unrelated to the extension charging for features.
- Confidence
- 90
- Payment platform
- --
- Source
- AI / Medium
- Login required
- No
- Reason
- The extension's core features (promo code auto-fill, provably fair display, odds charts, market links, live profits overlay, skip reds counter) work without any login. There is an optional 'Vincular conta CSGO.net' (Link CSGO.net account) feature that requires users to paste a userHash from canaldosaullo.com.br, but this is only needed for giveaway participation — not for the main helper functionality. The Firebase Firestore connection reads public extensionConfig and giveaways collections anonymously with no user auth. The destination sites (csgo.net, topskin.net, dashskins.com.br) are gambling platforms that require their own accounts, but the extension's injected features operate as content script overlays independently.