AI 产品解读Block or blur NSFW (Not Safe For Work) images on websites using on-device machine learning
Protects users from accidentally viewing explicit or inappropriate content while browsing the web, especially useful for workplace environments or parental controls
1. Extension installs and loads local ML models (TensorFlow.js) into memory. 2. Content script injects into all web pages. 3. As images load, they are classified locally using the neural network. 4. If confidence score exceeds user-set threshold, image is either blurred or hidden based on user preference. 5. Settings (effect type, sensitivity) are stored locally via chrome.storage.
On-device ML classification using TensorFlow.js (MobileNet v2 or InceptionV3)WebGPU-accelerated inference for performanceBlur or hide effects for detected NSFW imagesAdjustable sensitivity thresholdWorks on all websites including single-image pagesManifest V3 compatible
- 目标用户
- Office workers who want to avoid inappropriate content at work / Parents wanting to protect children from explicit content / Privacy-conscious users who prefer local processing / Anyone browsing the web who wants automatic content filtering
- Popup UI code is heavily minified (1.7MB), making it difficult to fully trace all UI elements and settings options
- Patreon donation link presence suggests potential future monetization but currently no paid features exist
- Cannot verify if the website nsfw-filter.com offers additional services beyond the extension
付费分析未识别到付费功能
The extension is explicitly described as 'Free, open source' under GPL-3.0 license. No payment integration, subscription management, or feature gating was found in the source code. While a Patreon link exists in the popup (src/popup.js referencing https://www.patreon.com/nsfwfilter), this is a voluntary donation channel, not a paid feature system. All NSFW filtering features are available without payment.
- 置信度
- 90
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension operates entirely locally with no authentication mechanisms. The manifest contains no auth-related permissions, and the source code (background.js, content.js, popup.js) contains no login, sign-in, or account creation logic. The extension works immediately upon installation without requiring any user credentials.