AI 产品解读Overrides the browser's default search engine to redirect searches through myperfecttab.com
Not a user-facing problem solver; this is a search monetization extension that replaces the user's default search engine to route search queries through the vendor's own search portal (myperfecttab.com), which likely earns affiliate revenue via Yahoo search results
User installs the extension → it silently overrides the default search engine setting via chrome_settings_overrides → all subsequent address bar searches are routed to myperfecttab.com/search/ which likely proxies or redirects to Yahoo for monetized search results
Changes browser default search engine to myperfecttab.comRedirects search queries to https://myperfecttab.com/search/?q={searchTerms}Supports multiple locales (English, German, Spanish, French)
- 目标用户
- Users who install the extension (often bundled or via promotional offers) / Not targeted at any specific professional or personal use case
- Extension is extremely minimal (7 files, ~9KB) so there is very little code to analyze
- No background scripts, content scripts, or UI code exist — all behavior is purely manifest-driven search engine override
- The actual search experience at myperfecttab.com cannot be inspected from source alone; it likely redirects to Yahoo per the store description
付费分析未识别到付费功能
The extension has no billing code, no premium feature gating, no subscription/upgrade prompts, and no payment API integrations. The 'pro' keyword hits are false positives from 'search_provider' in the manifest and 'payload' in verified_contents.json — neither references paid features.
- 置信度
- 95
- 支付平台
- --
- 来源
- AI / 中
- 需要登录
- 否
- 登录理由
- The extension contains no login UI, no authentication code, no account creation flow, and no API calls requiring credentials. It is a simple search engine override with no interactive user-facing functionality beyond installation.