Auto Refresh Website - Reload Page

Auto refresh for websites with multiple timers and advances settings

Auto Refresh Website - Reload Pageคืออะไร?

Auto Refresh Website - Reload Page เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Solutions For People และคุณลักษณะหลักของมันคือ "Auto refresh for websites with multiple timers and advances settings"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Auto Refresh Website - Reload Page

ดาวน์โหลดไฟล์ส่วนขยาย Auto Refresh Website - Reload Page ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Auto Refresh Website - Reload Page Auto Refresh Website - Reload Page
ID clmpbkhpegjcclepmangkmdldhakfmbd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/auto-refresh-website-relo/clmpbkhpegjcclepmangkmdldhakfmbd
คำอธิบาย Auto refresh for websites with multiple timers and advances settings
ขนาดไฟล์ 144 KB
จำนวนการติดตั้ง 38
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2023-08-04
วันที่เผยแพร่ 2023-07-20
คะแนน 5.00/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา Solutions For People
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://twittertomp4.com/privacy-policy
ภาษาที่รองรับ 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"
            ]
        }
    ]
}