Auto Refresh Website - Reload Page

Auto refresh for websites with multiple timers and advances settings

Vad är Auto Refresh Website - Reload Page?

Auto Refresh Website - Reload Page är en Chrome-tillägg utvecklad av Solutions For People, och dess huvudfunktion är "Auto refresh for websites with multiple timers and advances settings".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Auto Refresh Website - Reload Page-förlängningens CRX-fil

Ladda ner Auto Refresh Website - Reload Page-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Auto Refresh Website - Reload Page Auto Refresh Website - Reload Page
ID clmpbkhpegjcclepmangkmdldhakfmbd
Officiell webbadress https://chromewebstore.google.com/detail/auto-refresh-website-relo/clmpbkhpegjcclepmangkmdldhakfmbd
Beskrivning Auto refresh for websites with multiple timers and advances settings
Filstorlek 144 KB
Antal Installationer 38
Aktuell Version 1.0.0
Senast Uppdaterad 2023-08-04
Publiceringsdatum 2023-07-20
Betyg 5.00/5 Totalt 7 Betyg
Utvecklare Solutions For People
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://twittertomp4.com/privacy-policy
Stödda Språk 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"
            ]
        }
    ]
}