Auto Refresh Plus Version 9.0.6
Pricing

Get Ahead with Auto Refresh Plus Download Now

Get Auto Refresh Plus, the ultimate browser extension for automatic page refreshing. Easily set custom intervals, monitor web pages, and stay updated with the latest content. Compatible with Chrome and Firefox, Auto Refresh Plus enhances your browsing experience with seamless and efficient page refreshing. Download now and start enjoying uninterrupted updates.
Add to Chrome
Privacy PolicyCookies PolicyTermsRefund Policy

Google Sign-In is used only for secure authentication and syncing your settings across devices.

©AutoRefreshPlus。All Rights Reserved 2014 - 2026。

A product of BetterLogic FZE

AI Expression Generator

Describe what you want to monitor, and AI will generate the perfect expression for Auto Refresh Plus

AI Settings

Please set your API key in the settings to generate expressions.

Ready Made Expressions

Flexible templates you can customize for your monitoring needs

Ready Expressions

Browse pre-made expressions

Example Prompts

Tips for Best Results

  • Be specific about the element you want to monitor (ID, class, or description)
  • Mention the condition or change you're looking for
  • Include any specific values or thresholds
  • Test the generated expression on the target page
  • Use browser DevTools to verify element selectors

Supported Expression Types

Plain Text

Simple text matching for straightforward monitoring

RegEx

Pattern matching for complex text extraction

XPath

Precise HTML element selection and data extraction

Custom

Advanced custom expressions for specialized monitoring needs

XPath

Element by ID

Select element with specific ID

@@//*[@id='your-element-id']
Use case:  Replace 'your-element-id' with target ID
RegEx

URL Pattern

Match web URLs

$/https?://[\w.-]+\.[a-zA-Z]{2,}[/\w.-]*/
Use case:  Matches http:// and https:// URLs
XPath

Element by Class

Select any element with a specific class

@@//div[@class='your-class-name']
Use case:  Replace 'your-class-name' with target class
Custom

Sale Detection

Find sales with specific discounts

##(sale | discount) (50% | 30%)
Use case:  Price drop alerts
RegEx

Email Address

Match email address pattern

$/[\w._%+-]+@[\w.-]+\.[a-zA-Z]{2,}/
Use case:  Matches any valid email format
Custom

Product Availability

Monitor product with availability and purchase options

##(in stock | available) (add to cart | buy now)
Use case:  E-commerce product monitoring
XPath

Element by Attribute

Select element by any attribute

@@//*[@data-attribute='value']
Use case:  Replace 'data-attribute' and 'value'
RegEx

Numeric Value

Match integer or decimal numbers

$/\d+\.?\d*/
Use case:  Matches 100, 99.99, 1000, etc
XPath

Parent-Child Relationship

Navigate from parent to child element

@@//div[@class='parent']/span[@class='child']
Use case:  Customize parent and child selectors
RegEx

Currency Amount

Match any currency with symbol

$/[$€£¥]\d+\.?\d*/
Use case:  Matches $99.99, €50, £100.00, etc
Custom

Shipping Options

Monitor shipping availability

##(free shipping | express) (today | tomorrow)
Use case:  Fast delivery monitoring
RegEx

Phone Number

Match phone number pattern

$/$$?\d{3}$$?[-.\s]?\d{3}[-.\s]?\d{4}/
Use case:  Matches (555) 123-4567, 555-123-4567
XPath

Element Containing Text

Find element containing specific text

@@//*[contains(text(), 'search-text')]
Use case:  Replace 'search-text' with your text
RegEx

Date (MM/DD/YYYY)

Match date with slashes

$/\d{1,2}/\d{1,2}/\d{4}/
Use case:  Matches 01/15/2024, 12/31/2024
XPath

Nth Element

Select specific position element

@@(//div[@class='item'])[1]
Use case:  Change number for different position
View All Expressions