AI 产品解读Instagram comment raffle/sweepstakes tool
Simplifies the process of randomly selecting a winner from comments on an Instagram post, eliminating manual selection bias for giveaways and contests
1. User clicks extension icon → extension opens Instagram in a new tab. 2. Extension injects its UI overlay into the Instagram page. 3. If logged in, extension fetches user's posts via Instagram API and displays them. 4. User selects a post or pastes a post/reel URL. 5. Extension navigates to that post's page and begins loading all comments via Instagram's GraphQL API (paginated, 50 at a time, with random delays to avoid rate-limiting). 6. Progress bar shows loading status; duplicates are filtered out. 7. Once loaded, user clicks 'SORTEAR' (Draw) button. 8. A random comment is selected and displayed in a celebratory overlay with confetti. 9. User can draw multiple winners from the same pool.
Browse and select Instagram posts from the logged-in user's profileLoad all comments from a selected post (excluding duplicates and replies)Option to enter a post URL directly instead of browsingRandom comment selection with a single button pressConfetti animation celebration effect on winner selectionProgress bar showing comment loading progress
- 目标用户
- Instagram content creators running giveaways / Social media managers / Brands conducting Instagram contests / Anyone running comment-based sweepstakes on Instagram
- Extension code is minified but readable enough to trace the full workflow.
- Cannot verify if the Instagram API endpoints used are stable or if Instagram has changed them since the extension was last updated.
- The extension relies on extracting tokens from Instagram's page DOM, which is fragile and may break with Instagram UI changes.
付费分析未识别到付费功能
No payment, subscription, premium, upgrade, billing, or feature-gating code was found anywhere in the extension source. All keyword hits for 'pro' are false positives matching 'profile' (profile-pic), 'progress' (progress-bar), or protocol/proxy in CSS and HTML. The extension provides all its functionality for free with no paywall or upgrade prompts.
- 置信度
- 95
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 是
- 登录理由
- The extension requires the user to be logged into Instagram in the browser. It extracts Instagram session tokens (csrf_token, X-IG-App-ID, X-Instagram-Ajax, X-Ig-Www-Claim, appScopedIdentity) from the page DOM to make authenticated API requests. If no Instagram login is detected, it displays 'Login no Instagram não detectado.' The store description also explicitly states the user must be logged in.