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은(는) https://hamidnawaz.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension allows user to auto refresh their pages using a random interval of time with time preference option."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Auto Refresh 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        "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"
    }
}