AI 产品解读Display the tags/keywords associated with any YouTube video directly on the video page
YouTube removed public display of video tags from its interface; this extension restores the ability to see what tags creators use for SEO and discovery purposes
User installs the extension, navigates to any YouTube video page. The content script (js/content.js) automatically runs on youtube.com pages, fetches the video's tags via background script (which queries youtube.com/watch?v= endpoints), and injects a styled row showing tags directly into the video's description/metadata area using CSS classes like .ytt-row-container.
Extracts and displays YouTube video tags in the video description areaInjects a styled tag row into YouTube's native metadata sectionWorks on any YouTube video page automatically via content scriptUses YouTube API/background script to fetch tag dataSupports multiple languages (English, Russian, German, French, Spanish, Portuguese, Japanese)
- 目标用户
- YouTube content creators researching competitor tags / SEO specialists optimizing YouTube video metadata / Digital marketers analyzing YouTube content strategy / General YouTube viewers curious about video tags
- Source code is heavily minified making exact logic hard to trace
- Google Analytics endpoint detected (www.google-analytics.com/mp/collect) but no user data concerns identified
- AWS Lambda endpoint (olpxmd7ib2.execute-api.us-east-1.amazonaws.com/getCountry) purpose unclear - possibly region-based feature variation
付费分析未识别到付费功能
No payment, subscription, premium, upgrade, billing, or stripe-related code found. The 'pro' and 'license' keyword hits are false positives from minified browser-polyfill (containing 'prototype') and Vue.js MIT license comments respectively. No payment UI, gating of features, or billing APIs detected.
- 置信度
- 95
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- No login UI, account creation, or authentication flow detected. The extension only requests permissions for 'alarms' and 'storage' plus host access to youtube.com. It extracts video tags directly from YouTube pages without requiring any user account. The 'auth' keyword hits are false positives from minified browser-polyfill library code.