Auto Refresh

This extension allows user to auto refresh their pages using a random interval of time with time preference option.

Auto Refreshคืออะไร?

Auto Refresh เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://hamidnawaz.com และคุณลักษณะหลักของมันคือ "This extension allows user to auto refresh their pages using a random interval of time with time preference option."

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

screenshot
screenshot

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

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

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

                        "Page Refresh" is a powerful browser extension that allows you to refresh web pages automatically at random intervals. This extension is perfect for busy professionals and anyone who needs to keep an eye on changing information without manually refreshing the page every few minutes.

With tab refresh, you can set the interval between page refreshes to a random value between a minimum and maximum range of your choice. This randomization ensures that the refreshes occur at irregular intervals, preventing any pattern from forming that could be detected by anti-bot systems.

This extension is incredibly easy to use, with a simple interface that allows you to specify the interval range, choose the tabs to refresh, and start the refresh cycle with a single click. "Page Refresh" is also highly customizable, allowing you to configure settings such as interval preference.

Whether you are monitoring a stock ticker, watching a live stream, or simply need to keep tabs on any dynamic web page, "Page Refresh" is the perfect tool for you. Download it now and experience the convenience and power of automatic page refreshes with a random interval.                    

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

ชื่อ Auto Refresh Auto Refresh
ID fgahfjnlajeengflbkefbgggbdhmdijn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/auto-refresh/fgahfjnlajeengflbkefbgggbdhmdijn
คำอธิบาย This extension allows user to auto refresh their pages using a random interval of time with time preference option.
ขนาดไฟล์ 492 KB
จำนวนการติดตั้ง 1,496
เวอร์ชันปัจจุบัน 1.02
อัปเดตครั้งล่าสุด 2023-04-03
วันที่เผยแพร่ 2023-03-12
ผู้พัฒนา https://hamidnawaz.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.hamidnawaz.com/
URL หน้านโยบายความเป็นส่วนตัว https://www.hamidnawaz.com/privacy-policy
ภาษาที่รองรับ de,en,fr,es,hu,pt-PT,ro,ru,uk,iw,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "This extension allows user to auto refresh their pages using a random interval of time with time preference option.",
    "default_locale": "en",
    "version": "1.02",
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "logo.png",
            "32": "logo.png",
            "48": "logo.png",
            "128": "logo.png"
        },
        "default_title": "__MSG_appName__",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "logo.png",
        "32": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    }
}