Auto Refresh Website - Reload Page

Auto refresh for websites with multiple timers and advances settings

What is Auto Refresh Website - Reload Page?

Auto Refresh Website - Reload Page is a Chrome extension developed by Solutions For People, and its main feature is "Auto refresh for websites with multiple timers and advances settings".

Extension Screenshots

screenshot
screenshot
screenshot

Download Auto Refresh Website - Reload Page Extension CRX File

Download Auto Refresh Website - Reload Page extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Page Auto Refresh🔄 - Introducing Auto Refresh Website - Reload Page 🔄 
Say hello to auto refresh tabs chrome - Chrome Extensions Auto Refresh and...
Say goodbye to the tedium of manually refreshing tabs on Chrome.

What this Auto refresh website chrome extension do in short 🌟 Features:

1️⃣ Background-friendly: Works even if you minimize Chrome or switch to other tabs. 
2️⃣ Tab Control: Easily pause or resume refreshing for each tab. 
3️⃣ Stop Refresh on website: Click anywhere on website to pause refreshing when needed. 
4️⃣ Countdown Timer: Get a heads-up with a countdown before the next refresh. ⏳
5️⃣ Custom Refresh Cycles: Set the number of refreshes before a pause. 🔄🛑



Why choose Auto Refresh Website - Reload Page?

1. Background-friendly: No need to keep Chrome open or stay on the active tab. The extension works seamlessly in the background, even when you minimize Chrome or switch to other tabs. Enjoy uninterrupted browsing while it does its thing.

2. Tab Control: Take charge of your browsing sessions like never before. Easily pause or resume refreshing for each tab individually. Manage your tasks efficiently without the hassle of juggling multiple tabs.

3. Tailored Refresh Intervals: Customize the refresh intervals to suit your needs. Choose from various timeframes like 5 seconds, 15 seconds, 1 minute, or 5 minutes or 3h 13min 21s...

4. Stop Refresh by Clicking Anywhere on the Website: When you encounter captivating content that demands your full attention, you can easily halt the refreshing process by simply clicking anywhere on the website. Say goodbye to accidental page reloads and enjoy uninterrupted browsing with the flexibility to stop refreshing whenever you need.

5. Stay Informed with Countdown Timer: Stay ahead with the built-in Countdown Timer. Keep track of the time remaining until the next refresh. Stay organized and in control of your browsing experience.

6. Customized Refresh Cycles: Tailor the refresh cycles to your exact preferences. Set the desired number of refreshes before taking a break or establish a recurring pattern. Whether it's 100 refreshes every 5 seconds or any other configuration, the extension automatically pauses when the target is reached. Effortlessly manage your tabs according to your workflow.

Experience the ultimate efficiency in tab management with Auto Refresh Website - Reload Page. Say goodbye to manual tab refreshing and embrace the convenience of automated browsing with a single click. Try it today and revolutionize your online activities!

Auto Refresh Website - Reload Page, tab management, background-friendly, customized intervals, stop refresh, countdown timer, effortless browsing.                    

Extension Basic Information

Name Auto Refresh Website - Reload Page Auto Refresh Website - Reload Page
ID clmpbkhpegjcclepmangkmdldhakfmbd
Official URL https://chromewebstore.google.com/detail/auto-refresh-website-relo/clmpbkhpegjcclepmangkmdldhakfmbd
Description Auto refresh for websites with multiple timers and advances settings
File Size 144 KB
Installation Count 38
Current Version 1.0.0
Last Updated 2023-08-04
Publish Date 2023-07-20
Rating 5.00/5 Total 7 Ratings
Developer Solutions For People
Email [email protected]
Payment Type free
Privacy Policy Page URL https://twittertomp4.com/privacy-policy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Marianna Mokrianyn",
    "manifest_version": 3,
    "name": "Auto Refresh Website - Reload Page",
    "description": "Auto refresh for websites with multiple timers and advances settings",
    "version": "1.0.0",
    "permissions": [
        "storage",
        "tabs",
        "alarms",
        "webNavigation",
        "idle"
    ],
    "action": {
        "default_icon": {
            "128": "icons\/disabled\/128.png"
        },
        "default_popup": "popup\/index.html"
    },
    "background": {
        "service_worker": "background\/worker.js"
    },
    "icons": {
        "128": "icons\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "api.js",
                "content-scripts\/proxy.js",
                "utils.js",
                "content-scripts\/index.js",
                "content-scripts\/index.js"
            ],
            "css": [
                "content-scripts\/style.css"
            ]
        }
    ]
}