AI 产品解读Mobile device simulator for web development testing
Allows web developers and designers to test website responsiveness and mobile layouts directly in the browser without needing physical mobile devices or switching hardware.
User installs extension -> clicks icon on any webpage -> extension injects an iframe overlay with selected device dimensions -> User-Agent is spoofed for the iframe content -> User can rotate screen, take screenshots, or record video -> State persists via chrome.storage.session
Simulate various mobile device screens (iPhone, Android, tablets)Rotate screen between portrait and landscapeTake screenshots of mobile viewsRecord video of mobile interactionsOverride User-Agent to spoof mobile browsersSupport for local file:// URLs
- 目标用户
- Front-end developers / UI/UX designers / Web testers / Content managers
- The extension is large (14MB) due to many device skin images, making full manual review of all binary assets impractical.
- Some locale files contain marketing text that triggered false-positive keyword matches for 'pro' and 'sign in', but these were verified as non-functional.
- Cannot verify if the vendor website (mobile-site-viewer.pro) offers paid tiers that might gate cloud-based features, but the extension itself appears fully self-contained and free.
付费分析未识别到付费功能
No evidence of paid features, subscriptions, or payment processing in the extension code. The 'pro' keyword hits in locale files are part of marketing descriptions (e.g., 'powerful mobile site viewer') and not gated features. The comment mentioning 'payment processor' in background.js is a defensive note about iframe behavior, not actual integration. No Stripe, PayPal, license keys, or upgrade UI exists.
- 置信度
- 95
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension is a local client-side tool that simulates mobile views by injecting content scripts and overriding User-Agent strings. It does not implement any login UI, nor does it redirect to a web app requiring authentication. The 'sign in' keyword found in German locale messages appears to be a mistranslation or irrelevant string in marketing copy, not functional code. The extension uses chrome.storage.local for settings and session storage for temporary state, with no auth tokens or user accounts involved.