AI 产品解读Discover and navigate to hidden Netflix genre categories via an in-browser popup with search and favorites
Netflix has hundreds of secret/hidden genre categories not visible in the main UI. This extension exposes them all in a searchable list, letting users discover niche content (e.g., specific actor filmographies, regional genres, niche themes) they would otherwise never find.
1. User clicks the extension icon, opening a popup. 2. The popup displays a searchable grid of Netflix hidden genre categories with images and names. 3. User can type in the search box to filter categories by name. 4. User clicks a category tile → the active tab navigates to http://www.netflix.com/browse/genre/{id}. 5. User can star/unstar categories to save favorites, accessible via the Favorites tab. 6. On install/update, a welcome page (update.html) is shown.
Browse a comprehensive list of hidden Netflix genre categoriesSearch/filter categories by name with accent-insensitive matchingMark categories as favorites and access them in a dedicated Favorites tabClick a category to navigate directly to that genre page on NetflixKeyboard navigation support (arrow keys, Enter, Home/End)Multi-language category names (English and Spanish)
- 目标用户
- Netflix subscribers looking to explore content beyond the standard recommendations / Users who want to discover niche or hidden genre categories on Netflix
- The extension redirects to Netflix URLs which require a Netflix subscription, but the extension itself is fully functional without any login or payment — the Netflix account requirement is on the destination service side.
- The data.js file is very large (584KB, 21933 lines) containing a static JSON list of all Netflix genre codes, which was not fully inspected but the structure was verified from the header.
付费分析未识别到付费功能
The extension contains no payment logic, no premium gating, no subscription checks, no Stripe/payment processor integrations, and no upgrade prompts. All categories in the COMPLETE_LIST are accessible without any restrictions. The keyword matches for 'pro' in data.js are false positives from Spanish text containing 'protagonizadas' (meaning 'starring'). The keyword 'license' matches are from the standard BSD license file header, not a paid license check. Netflix itself is a paid service, but the extension itself has no paid features.
- 置信度
- 95
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension operates entirely client-side with a static list of Netflix category codes bundled in data.js. There is no authentication flow, no login UI, no cookies, no tokens, and no server-side API calls requiring credentials. The extension simply builds Netflix genre browse URLs (e.g., http://www.netflix.com/browse/genre/1365) and navigates the active tab to them. While navigating to Netflix.com will require the user to have a Netflix account to browse content, the extension itself does not require any login.