AI 产品解读Allows users to replace streaming platform profile pictures (avatars) with any custom image they upload, across Netflix, Amazon Prime Video, Disney+, Hulu, Paramount+, Peacock, HBO Max, Apple TV+, Tubi, and Pluto TV.
Streaming services only offer a limited set of predefined profile avatars. This extension lets users set any custom image as their profile picture on supported platforms (local to the device only, not synced server-side).
1) User installs extension. 2) User opens a streaming platform (e.g., Netflix) and is already logged in. 3) Extension content script detects the platform and loads profile names from the page DOM. 4) User clicks the extension popup. 5) User selects a profile from the dropdown and uploads a custom image (max 5MB). 6) User adjusts image alignment if desired. 7) Extension replaces the profile picture elements on the page with the custom image via CSS/JS manipulation (local only, not synced to the streaming service). Note: QVI data collection is enabled by default (shareInsights=true) for anonymous viewing insights.
Upload any custom image as a profile picture for supported streaming platformsSupport for multiple streaming platforms (Netflix, Prime Video, Disney+, Hulu, Paramount+, Peacock, HBO Max, Apple TV+, Tubi, Pluto TV)Image alignment controls (horizontal: left/center/right, vertical: top/center/bottom)'Surprise Me' feature generates profile pictures based on Netflix watching historySupport for up to 5 different profile picture configurationsPlatform auto-detection based on current tab URL
- 目标用户
- Streaming service subscribers who want personalized/custom profile avatars beyond the limited built-in options / Users of Netflix, Amazon Prime Video, Disney+, Hulu, and other supported streaming platforms
- No login/paid features found with high confidence, but the extension contains significant QVI (Quality Viewership Initiative) analytics/telemetry code that collects anonymous viewing data to metricsplus.online and metricsmint.quest - this is a notable privacy consideration but not a paid/login feature
- The extension modifies streaming platform pages via content scripts (DOM manipulation) rather than API calls, so profile changes are purely cosmetic and local to the browser
- Many large minified JS files (amazon.min.js, netflix.min.js, disney.min.js, etc.) contain bundled library code making full audit difficult
付费分析未识别到付费功能
No paywall, premium tier, or feature gating found in the extension's code. The heuristic 'subscription' matches refer to streaming service subscription types collected as QVI analytics data (e.g., 'Subscription type' in tracking data fields), not extension pricing. The 'billed' matches are false positives (Danish word 'billede' meaning 'image'). All features—custom image upload, profile selection, alignment controls, and 'Surprise Me'—appear freely available. No Stripe, PayPal, or billing integration found.
- 置信度
- 90
- 支付平台
- --
- 来源
- AI / 中
- 需要登录
- 否
- 登录理由
- The extension itself implements no login UI or authentication flow. All user data is stored locally via chrome.storage.local/sync. The extension_user_id references in amazon.min.js are for anonymous analytics (QVI), not user authentication. Users must be logged into their streaming service accounts (Netflix, etc.) to see profile pages, but this is the destination service, not a requirement imposed by the extension.