AI 产品解读Instant mouseover tooltip translation of text on any webpage, with OCR for images, built-in PDF/ebook viewers, and dual subtitle support for YouTube/Netflix
Eliminates the language barrier while browsing by providing instant inline translations via tooltip when hovering over text, without requiring the user to leave the page or open a separate translation tool
Install extension → open popup/settings to configure target language and translation engine → hover mouse over any text on any webpage → translated text appears in a floating tooltip; optionally open the built-in PDF viewer or ebook reader for document translation; YouTube/Netflix subtitles are automatically detected and dual-translated.
Hover-to-translate any text on webpages with tooltip popupOCR translation for images including manga/comicsBuilt-in PDF viewer with translation supportEbook reader (EPUB, FB2, MOBI) with translationYouTube dual subtitle displayNetflix/SVTPlay subtitle translation
- 目标用户
- Language learners and students / Manga/comic readers needing OCR translation / Multilingual professionals browsing foreign-language content / YouTube/Netflix viewers wanting dual subtitles / Users reading PDF or ebook documents in foreign languages
- Source code is heavily minified/webpack-bundled, making some logic hard to trace line-by-line
- LLM integration supports multiple providers (Ollama local, ChatGPT, DuckDuckGo) — whether those external services require login is outside the extension's scope
- Subscription keyword matches in baseVideo.js/contentScript.js/netflix.js relate to Netflix subscription status detection for subtitle extraction, not extension payment
付费分析未识别到付费功能
No premium, subscription, payment, stripe, or feature-gating code found. The only monetization signal is a voluntary 'buymeacoffee.com/ttop324' donation link displayed in the About page — this is not a feature gate. All 'pro' keyword hits refer to 'LLM_Provider' (a settings label for choosing translation engine), not a premium tier. All features (hover translate, OCR, TTS, PDF viewer, ebook reader, dual subtitles, LLM translation, multiple translation engines) are fully accessible without payment.
- 置信度
- 95
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- No login UI, authentication flow, or account requirement exists in the extension. All keyword hits for 'auth', 'login', 'signin' are from generic library code (lodash URL validation helpers, PDF/EPUB parsing author fields, minified webpack runtime) — not actual authentication features. The extension's core workflow (hover over text to translate) operates entirely client-side using public translation APIs (Google Translate, Bing Translate, Papago, DeepL, Yandex, Baidu) that do not require user authentication. The optional LLM feature supports local Ollama (localhost:11434) and user-provided API endpoints/keys, but these are optional configuration, not login requirements.