AI 产品解读Real-time earthquake monitoring and alerting for Taiwan
Provides immediate notification and visual updates when earthquakes occur, helping users take safety precautions quickly.
On startup, the background service worker connects to exptech.com.tw API every second to check earthquake status. If shaking is detected, it shows a popup with a live map image and sends a notification. If an official earthquake early warning (EEW) is issued, it plays an alarm sound and displays a warning message advising users to '趴下、掩護、穩住' (Drop, Cover, Hold On). Users can click the extension icon to manually open the monitoring window.
Polls central weather bureau earthquake data via public API every secondDisplays real-time earthquake map/image in popupPushes desktop notifications for detected shaking and official earthquake early warningsPlays audio alerts (warning and alarm sounds) when earthquakes are detectedShows '強震即時警報' (Strong Earthquake Early Warning) messages
- 目标用户
- Residents of Taiwan / People in earthquake-prone areas
- The extension relies on a third-party API (exptech.com.tw) which may have uptime or availability issues not visible in static analysis.
- The actual earthquake data source (likely Central Weather Bureau Administration of Taiwan) is proxied through exptech.com.tw, so data accuracy depends on that provider.
- No web store reviews or detailed feature documentation beyond the brief description were analyzed.
付费分析未识别到付费功能
The extension is described as open-source ('開源') and free. No payment integration, subscription gating, upgrade prompts, or billing APIs were found. The 'pro' keyword hits in static analysis were false positives (Promise, og:title containing 'pro' substring).
- 置信度
- 100
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension polls a public API endpoint (https://exptech.com.tw/api/v1/trem/status) without any authentication headers, tokens, or login flows. The popup UI displays earthquake data and images directly. No account creation, sign-in, or session management code exists in the source.