AI 产品解读Sets Yahoo.com as the browser's homepage and New Tab page, providing instant access to Yahoo content
Gives Yahoo users a convenient way to access Yahoo news, finance, sports, weather, and search every time they open a new tab or browser homepage
On install, extension overrides Chrome's new tab page to load Yahoo.com in an iframe. The background service worker fetches remote distribution config, sets homepage URL with tracking parameters, and periodically sends analytics pings. When user opens a new tab, homepage.js retrieves the stored Yahoo URL and loads it. Content scripts inject a right sidebar panel on Yahoo pages showing Finance quotes and Sports scoreboards. Finance module optionally checks Yahoo login cookies to sync personalized watchlists, falling back to default stocks if not logged in.
New Tab override with Yahoo homepage (manifest chrome_url_overrides)Personalized news feed with politics, celebrity, entertainment, health topicsRight sidebar panel with Finance tab (stock quotes, portfolio watchlist, financial news)Right sidebar panel with Sports tab (live scores, standings, upcoming games, sports news)Real-time local weather, stock updates, sports scores, horoscopesQuick access to Yahoo Search and Mail via toolbar icon
- 目标用户
- Yahoo.com regular users / Users who want Yahoo as their default new tab/homepage experience / Users interested in Yahoo Finance stock tracking and Yahoo Sports scores
- The extension heavily bundles/minifies front-end JS (components/front/index.js at 114KB), making detailed UI analysis difficult
- Cannot confirm from source code alone whether Yahoo's destination site itself requires login for any content shown in the new tab iframe
- Remote config fetching (search.yahoo.com/jf/ext/conf/hpset/) could potentially alter behavior but URLs are dynamically loaded
付费分析未识别到付费功能
The extension is completely free with no paid features, subscriptions, or payment gating. The store description mentions 'Unlimited free access to premium content' referring to Yahoo's content being freely accessible via the extension. The only 'upgrade' keyword (constants-sw.js:14) is a tracker event type for extension version upgrades, not a paid upgrade. All 'pro' matches are false positives from JavaScript Promise objects. No payment platforms, billing APIs, subscription logic, or feature-gating code found.
- 置信度
- 95
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension does not require login for its core workflow (setting Yahoo as homepage/new tab, viewing news, weather, sports). The Finance module has an optional login check via Yahoo cookies (T and Y cookies at FinanceModel.js:236-237) to fetch personalized portfolio/watchlist data, but falls back to default stock quotes when not logged in (FinanceModel.js:124). No login UI, authentication flow, or account creation is implemented in the extension itself.