AI 产品解读Hover image zoom preview - enlarges images when hovering over them on web pages
Users want to quickly see larger/higher-resolution versions of images without clicking through or leaving the page
Content script listens for pointerover events on images → finds highest-res candidate from srcset/lazy-load/parent links/thumbnail patterns → displays overlay preview at cursor position → hides on pointerout/scroll/click/Escape/tab blur/page hide
Instant image hover previewsSearches for higher-res sources from srcset, lazy-load attributes, parent links, and thumbnail patternsKeeps preview inside viewportDoes not disturb video playersPopup settings for preview behavior (delay, zoom small images, video preview)Automatic cleanup on mouse leave, scroll, click, Escape, tab blur
- 目标用户
- Fast browsers / Shoppers / Product researchers / Social media users / Image searchers
- The donation flow relies on an external Workers server (extension-license-server.prem-extensions.workers.dev) which we could not independently verify
- The actual Stripe checkout URL is returned by the Workers server, so the exact donation endpoint cannot be confirmed from source alone
付费分析未识别到付费功能
The extension is completely free to use. An optional one-time Stripe donation prompt appears after 90 days of active use, but this is voluntary and does not unlock any features. The popup displays 'Free' or 'Free + supported' status, and all functionality remains available regardless of donation. The README confirms: 'Free to use. After 90 days of active use, it may show an optional one-time Stripe donation prompt.'
- 置信度
- 95
- 支付平台
- Stripe
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension works entirely locally without any authentication. All core functionality (image hover previews) is available immediately upon installation. The 'token' variable in content.js is an internal session counter for tracking active hover events, not a user authentication token.