Auto Refresh Website - Reload Page

Auto refresh for websites with multiple timers and advances settings

Hvad er Auto Refresh Website - Reload Page?

Auto Refresh Website - Reload Page er en Chrome-udvidelse udviklet af Solutions For People, og dens hovedfunktion er "Auto refresh for websites with multiple timers and advances settings".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Auto Refresh Website - Reload Page-udvidelses-CRX-fil

Download Auto Refresh Website - Reload Page-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Auto Refresh Website - Reload Page Auto Refresh Website - Reload Page
ID clmpbkhpegjcclepmangkmdldhakfmbd
Officiel URL https://chromewebstore.google.com/detail/auto-refresh-website-relo/clmpbkhpegjcclepmangkmdldhakfmbd
Beskrivelse Auto refresh for websites with multiple timers and advances settings
Filstørrelse 144 KB
Antal Installationer 38
Nuværende Version 1.0.0
Senest Opdateret 2023-08-04
Udgivelsesdato 2023-07-20
Bedømmelse 5.00/5 Samlet 7 Bedømmelser
Udvikler Solutions For People
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://twittertomp4.com/privacy-policy
Understøttede Sprog 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"
            ]
        }
    ]
}