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.
Can't see the button. Don't know why.
worked as expected, finally found what i actually needed and works perfect unlike those extensions
Perfect for WebDev <3
After trying 10 different extensions, this one worked. Thank you
very good extension for cache clear.
Спасибо! Выручили!
It's doesn't work all the time. Today I kept wondering why the Sources tab was showing the old version of my code and I kept using this extension. I thought there was an issue with the web server. When I used Chrome's hard reload, I got the new version! This extension is frustrating when you think you're loading the new version of your JS. Going to look for an extension that's 100% reliable.