Auto Refresh Website - Reload Page

Auto refresh for websites with multiple timers and advances settings

Auto Refresh Website - Reload Page là gì?

Auto Refresh Website - Reload Page là một tiện ích mở rộng Chrome được phát triển bởi Solutions For People, và tính năng chính của nó là "Auto refresh for websites with multiple timers and advances settings".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Auto Refresh Website - Reload Page

Tải xuống các tệp mở rộng Auto Refresh Website - Reload Page dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Auto Refresh Website - Reload Page Auto Refresh Website - Reload Page
ID clmpbkhpegjcclepmangkmdldhakfmbd
URL Chính Thức https://chromewebstore.google.com/detail/auto-refresh-website-relo/clmpbkhpegjcclepmangkmdldhakfmbd
Mô tả Auto refresh for websites with multiple timers and advances settings
Kích Thước Tệp 144 KB
Số Lần Cài Đặt 38
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2023-08-04
Ngày Phát Hành 2023-07-20
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Solutions For People
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://twittertomp4.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}