AI 产品解读A Chrome extension that provides a dedicated popup window for accessing 200+ free HTML5 casual games from the Gamezop platform, with added UI chrome including navigation toolbar, theme customization, and layout options.
Provides quick, no-install access to a curated collection of casual HTML5 games directly from Chrome, eliminating the need to bookmark game websites or install individual games.
User clicks the extension icon → A dedicated popup window opens loading https://games.gamezop.com/?id=SkOoemACwW → User browses and plays HTML5 games within the Gamezop platform → Custom toolbar at top provides navigation, settings, themes, and layout controls.
Access to 200+ HTML5 casual games via Gamezop platformDedicated popup window with custom navigation toolbar (back, forward, refresh, home)Theme/Skin color customization (invert, grayscale, sepia, blur, etc.)Sidebar and WideBar layout toggle optionsAuto-start on Chrome browser startupIncognito browsing mode support
- 目标用户
- Casual gamers looking for quick browser-based games / Users who want lightweight gaming without installing apps / Chrome users who want a dedicated gaming window
- The extension heavily uses shared template code from other extensions by the same developer (Social Media Hub, etc.), making it difficult to distinguish features that are actually active in this extension vs inherited dead code
- The i18n.js file is 84KB with many strings from other products (Instagram, WhatsApp, Social Media Hub) that are not relevant to this games extension
- The myScript.js references licenseStatus flows and redirects to non-existent HTML pages (onInstalled/loginOauthPage.html, onInstalled/trialPage.html), suggesting template code that may not execute
付费分析未识别到付费功能
Despite the store description listing 'PREMIUM FEATURES' (Theme/Skin Color, App Booster, Window Screenshot) and a dedicated premium page (indexPremium.html), the actual mechanism for unlocking them is free: install 2+ of the developer's other free extensions. The initFreePremium.js shows Price: 'Free' and the 'buy' button opens a page to download other free extensions. The initInAppPayment.js file is empty (just BOM character), meaning no Google In-App Payment integration is active. No Stripe, billing API, or payment processing code exists in the extension.
- 置信度
- 80
- 支付平台
- --
- 来源
- AI / 中
- 需要登录
- 否
- 登录理由
- The core product workflow (click extension icon → opens gamezop.com games portal in a dedicated window → play games) does not require any login. The extension loads the gamezop.com platform directly and games are playable without authentication. Some i18n strings reference 'Login to your Google Chrome Account' and OAuth2 flows, but these are from a shared template (Social Media Hub) and are not specific to this games extension. The referenced login pages (onInstalled/loginOauthPage.html, onInstalled/trialPage.html) do not exist in the package.