AI 产品解读Hard refresh button that clears selected browsing data and reloads the current page bypassing cache
Developers and power users need to force-refresh a page to see updated content when the browser cache serves stale versions. Standard Ctrl+F5 may not clear all storage types (cookies, localStorage, IndexedDB, service workers, etc.)
User clicks toolbar button or uses keyboard shortcut → extension clears selected browsing data types for the current site's origin → reloads the tab with cache bypass enabled → user sees fresh content without stale cached resources
One-click toolbar button for hard refresh with cache bypassConfigurable data clearing: cache, cookies, file systems, IndexedDB, localStorage, plugin data, service workers, webSQLContext menu integration optionCustomizable icon (5 built-in colors + custom upload)Keyboard shortcut (Ctrl+Shift+S / Cmd+Shift+S)Per-site data clearing (only affects current tab's origin)
- 目标用户
- Web developers / Frontend engineers / QA testers / Power users debugging web applications
- The openaddons.com website could not be inspected to check if it offers paid products (though the extension itself has no paid features)
- Custom icon upload functionality uses fetch() on data URLs but could not be fully tested in static analysis
付费分析未识别到付费功能
All features are freely available without any payment, subscription, or upgrade mechanism. No billing APIs, payment platforms, or feature gating detected. The 'pro' and 'license' keyword hits are false positives (Promise constructor and BSD license comments in CSS).
- 置信度
- 100
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- Extension operates entirely locally using chrome.browsingData and chrome.tabs APIs. No authentication, account creation, or external service login is required. All settings stored in chrome.storage.local.