AI 产品解读YouTube channel analytics overlay
Provides YouTube creators and marketers with quick access to channel analytics data (ad rates, algorithm scores, audience demographics, similar channels) directly on YouTube pages without navigating to the vling.net website.
User installs extension -> Logs into vling.net account (via AWS Cognito) -> Navigates to YouTube -> Extension injects panel on YouTube pages showing channel analytics data fetched from vling.net API -> User can interact with data tabs and AI chatbot.
Channel overview (category, basic info)Algorithm score, engagement score, activity scoreSimilar channel recommendationsDaily average views / per-video average viewsAudience analysis (language, age, gender)Ad pricing estimates (branded content, PPL, Shorts)
- 目标用户
- YouTube creators / YouTube marketers / Brand managers / Agency analysts
- The extension source is heavily minified/bundled (video-detail.js is 2.1MB), making it difficult to trace all UI logic. Some blurred/locked UI elements in CSS suggest potential feature gating, but no payment code was found. The extension relies entirely on the vling.net backend service for data, so any changes to their API or pricing model would not be reflected in the extension source.
付费分析未识别到付费功能
No evidence of paid features, subscription gating, or billing integration in the extension source code. The extension appears to be a free companion tool for vling.net users. While some analytics data might be blurred or locked in the UI (CSS classes suggest _blurContent and _lockButtonWrapper exist in video-detail.js), there is no code implementing payment flows, upgrade prompts, or subscription checks. The extension simply displays data fetched from vling.net API.
- 置信度
- 90
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 是
- 登录理由
- The extension uses AWS Cognito authentication (vling-auth.js) to obtain JWT tokens (idToken, accessToken, refreshToken) from vling.net. The background service worker stores these tokens and requires them to proxy API requests to vling.net. Without a valid vling account session (logged in on vling.net), the extension cannot retrieve YouTube channel analytics data. The extension explicitly checks for auth validity and handles login/logout states.
Talking to the chatbot is very helpful. I received a lot of help regarding YouTube. Thank you.