New: AI Script Generator

更新日志

每一次发布, 皆有记录

RefreshPilot 处于持续维护中。下方每条记录都列出了新增、改进与修复的内容——你可以据此判断某次更新是否影响正在运行的监控。

2.3.0

RefreshPilot now speaks 12 languages — extension, dashboard, and store listing.

新增
  • The entire extension — popup, options, desktop notifications, context menus, and the on-page countdown — is now available in Spanish, German, French, Portuguese, Arabic, Chinese, Korean, Russian, Japanese, Indonesian, and Turkish, alongside English.
  • The web dashboard is fully translated into the same 12 languages, including right-to-left layout for Arabic.
  • Language follows your browser automatically, and a new Language picker in Options and in the dashboard's Settings lets you override it at any time.
改进
  • The Chrome Web Store listing is localized too, so the extension appears in store searches in your own language.

2.2.0

A deep reliability pass: 26 fixes across the refresh engine, page monitor, and side panel.

修复
  • Refresh jobs no longer stall silently. A background watchdog revives tabs that Chrome’s Memory Saver put to sleep, performs reloads a throttled tab missed, and recovers jobs whose tab crashed.
  • Pressing Back to a page with a running job no longer triggers a surprise instant refresh — and a job stopped in the meantime can’t leave a ghost countdown pill behind.
  • Pausing a job now truly pauses its monitoring — and a keyword that vanished or a page change that happened while paused is still reported when you resume. Previously those events could be lost for good.
  • A monitor scoped to a page area no longer scans the whole page while that area is briefly missing (single-page apps) — the cause of false keyword hits and endless “page changed” alerts.
  • Realtime monitoring keeps working after modern web apps re-render the watched element; it used to go quiet until the next full reload.
  • Keywords rendered inside web components (open shadow DOM) are now seen by the monitor.
  • css: and xp: rules no longer fire on invisible elements — a hidden “out of stock” template node can’t trigger a false alert anymore.
  • “Restart timer on interaction” waited roughly twice the configured time before refreshing; the countdown now behaves exactly as configured.
  • The side panel now follows the tab you’re on — Start/Stop, the footer status and the element picker no longer act on whichever tab was active when the panel first opened — and it no longer closes itself when you use “show tab”, the picker, or the Dashboard button.
  • Dragging the countdown pill to a custom spot now sticks; it used to snap back to its corner on the very next refresh.
  • Scheduled countdown starts can no longer fire on the wrong tab after a browser restart.
  • Greek keywords ending in sigma and keywords spanning typographic spaces (common on Japanese pages) now match correctly.
改进
  • Tabs with a running job are pinned against Chrome’s Memory Saver for the life of the job.
  • Weekly schedules stay aligned to wall-clock time across daylight-saving changes.
  • Removed a leftover background task that woke the extension every minute for nothing — a small but permanent battery cost on every install.
  • Webhook deliveries no longer follow HTTP redirects, closing a request-forgery vector.
  • The extension now declares Chrome 120 as its minimum (Chrome 116–119 never actually loaded it).
  • 297 automated regression tests now drive the real extension code before every release.

2.1.2

Smoother timers, reliable notices, and cloud sync that stops crying wolf.

修复
  • The custom interval now understands units — type “2m”, “1h” or “1m30s” instead of counting seconds.
  • The big interval counter no longer gets cut off when the number has 3+ digits.
  • The “refresh limit reached” desktop notice now fires reliably when Stop-after kicks in.
  • Pressing Start with monitoring on but no keyword set now simply starts refreshing the current tab, instead of jumping you to the Monitor tab.
  • Cloud sync no longer shows false “sync conflict” messages on routine PRO edits — and edits made from two browsers now merge automatically, with a 30-second poll picking up changes from your other devices.
  • Notification Settings: sound preview buttons now actually play, and the webhook and email fields grey out while their toggle is off.

2.1.1

A clearer name on the Chrome Web Store.

改进
  • The store listing now leads with what the extension does: “Auto Refresh & Page Monitor — Refresh Pilot”.

2.1.0

The web dashboard arrives — manage everything at dashboard.refreshpilot.com.

新增
  • Web dashboard that syncs live with the extension. Free users get guest mode — no account needed, nothing stored in the cloud — and it opens automatically on first install.
  • Real PRO accounts with email and password. Buying PRO ($2.99/year) creates your account from your payment email.
  • Automatic account linking — sign in on the dashboard and the extension in that browser unlocks PRO by itself. No codes to copy.
  • A redesigned dashboard with card-based settings, a Notification Settings page (sound previews, volume, alert actions) and a Hotkeys page.
改进
  • Multi-device is now equal devices sharing one cloud copy of your settings — no more primary and secondary roles.
  • The popup remembers your edits even if you close it without pressing Start, and the default interval stays in step with the dashboard both ways.
修复
  • “Stop after N refreshes” now performs exactly N reloads — a limit of 1 used to do zero.
  • Page Monitor no longer re-fires an already-reported match after a pause and resume.
  • First-install no longer dead-ends with “Extension did not respond” — the dashboard falls back to guest mode and reconnects on its own.
  • Security hardening throughout: the dashboard–extension bridge now accepts only sanitized settings, the webhook guard blocks more private-network addresses, and several server-side holes around email and checkout were closed.

2.0.0

全面重构的监控器、实时检测,以及无论你身在何处都能找到你的提醒。

新增
  • 实时检测——现在在刷新循环进行中即可捕获命中,而不必等页面完全稳定下来。
  • 监控区域配合页面内元素拾取器,让监控可以精确锁定单个价格或库存元素。
  • 面向 Discord、Slack、Telegram、ntfy 及自定义端点的 Webhook 提醒,直接从你的浏览器发出。
  • 邮件提醒,包含命中的文字摘录和返回被监控页面的链接。
  • 自定义脚本,支持 load、beforeRefresh 和 match 触发器,通过 Chrome 的 userScripts API 运行。
  • 脚本市场上线,收录经过审核的社区投稿,另附表达式与脚本的 AI 生成器。
  • 侧边栏模式,让你在使用元素拾取器或切换标签页时控制面板始终可见。
  • 每周计划、延迟倒计时启动,以及在打开时自动武装已保存 URL 规则的自动启动规则。
改进
  • 倒计时悬浮层新增进度环、刷新计数器,以及内联的暂停和停止按钮。
  • 随机间隔现在在你的最小–最大区间内随机抖动,而不是在两个端点之间交替。
  • 自动停止护栏扩展到 CAPTCHA 和错误页面,不再仅限于刷新上限和用户交互。
  • 设置的导出与导入现在可以完整往返定时计划和按站点规则。
修复
  • 在懒加载内容的页面上,滚动位置现在可以可靠恢复。
  • 刷新任务在浏览器重启后得以保留,不再被悄悄丢弃。
  • 命中的标签页关闭后,提示音不再继续播放。

在找更早的版本?

2.0.0 之前的版本说明早于本站上线。文档始终描述当前版本,而 Chrome Web Store 的商品页会显示你已安装的版本。

开始使用

别再反复查看。
开始自动监控。

让 RefreshPilot 自动刷新页面、监控变化,并在重要事情发生时提醒你。

免费版永久可用 · 无需绑卡 · 一分钟上线首个监控