AI 产品解读Automatically close non-educational tabs on Google Sites
Helps enforce educational environments (e.g., in schools) by preventing access to gaming or entertainment sites hosted on Google Sites.
1. User installs the extension.
2. User navigates to sites.google.com.
3. The content script runs and checks the page's HTML against a list of blocked terms.
4. If a match is found, the content script sends a message to the background script.
5. The background script closes the current tab.
Scans page content for a hardcoded list of blocked terms (e.g., 'unblocked game', 'discord.gg', 'FNAF 4')Automatically closes tabs that contain these termsSimple configuration via editing the blockedTerms array in the source code
- 目标用户
- Students / Teachers / School administrators
- The extension's functionality is entirely client-side and static. No external APIs or dynamic content loading is observed.
付费分析未识别到付费功能
The extension is a simple, free utility that scans page content for a hardcoded list of non-educational keywords and closes the tab if found. There is no code related to subscriptions, billing, payment platforms, or premium features. The keyword 'pro' found in the static analysis was a false positive from the word 'proxies' in the blocked terms list.
- 置信度
- 100
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension performs local DOM scanning on sites.google.com and sends a message to the background script to close the tab. It does not implement any login UI, nor does it require a Google account or any other provider account to function. The user only needs to be on the target site.