Auto Refresh Plus

Auto Refresh Plus automatically refresh and reload any page or tab after a specified number of seconds

Auto Refresh Plus란 무엇입니까?

Auto Refresh Plus은(는) luke에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Auto Refresh Plus automatically refresh and reload any page or tab after a specified number of seconds"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Auto Refresh Chrome Extension: This browser extension allows users to refresh a webpage automatically at specified intervals. It helps to save time and stay updated with dynamic content without manual intervention. The user can set the refresh frequency and customize the extension as per their requirements. The extension has a user-friendly interface and is easy to use. It can help improve productivity and efficiency while browsing the web.
Enhance your workflow and increase productivity with this top-ranked, easy-to-use Auto Refresh Extension for Google Chrome. Improve your web browsing experience and stay up to date with dynamic content without the need for manual intervention.

How it Works:
1. Open the popup and enter the time interval, at which the page has to refresh.
2. Then start the auto refresh.
3. Now the page refreshes at the entered time interval, until you stop or close the page.

@2.0.0 - Privacy policy updated                    

확장 프로그램 기본 정보

이름 Auto Refresh Plus Auto Refresh Plus
ID ffejlioijcokmblckiijnjcmfidjppdn
공식 URL https://chromewebstore.google.com/detail/auto-refresh-plus/ffejlioijcokmblckiijnjcmfidjppdn
설명 Auto Refresh Plus automatically refresh and reload any page or tab after a specified number of seconds
파일 크기 80.22 KB
설치 횟수 34,021
현재 버전 2.0.0
최근 업데이트 2024-02-07
출시 날짜 2023-01-31
평점 4.69/5 총 434 개의 평점
개발자 luke
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://autorefreshplus.in/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Auto Refresh Plus",
    "version": "2.0.0",
    "description": "Auto Refresh Plus automatically refresh and reload any page or tab after a specified number of seconds",
    "icons": {
        "32": "icon128.png",
        "64": "icon128.png",
        "128": "icon128.png"
    },
    "action": {
        "default_title": " Auto Refresh Plus",
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "host_permissions": [
        ""
    ],
    "permissions": [
        "storage"
    ]
}