Easy Auto Refresh FREE - random interval

Set the interval in seconds and autorefresher will reload the page with random timing!

Easy Auto Refresh FREE - random interval란 무엇입니까?

Easy Auto Refresh FREE - random interval은(는) olenadubov에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Set the interval in seconds and autorefresher will reload the page with random timing!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Easy Auto Refresh FREE - random interval 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        "Easy Auto Refresh FREE - random interval" - small extention with a few options. Auto-refresh and auto-reload pages after any number of seconds.
It automatically reloads web pages after any number of seconds you set in settings.

Easy to use it:
* Click on icon 
* Set your number of second (the same one or different if you want random delay).
* Click "START" to activate
* Click "STOP" to pause 

Very small and easy extension that will help you to save your time and money!!                    

확장 프로그램 기본 정보

이름 Easy Auto Refresh FREE - random interval Easy Auto Refresh FREE - random interval
ID fpkcbidfblkfoindobfbekfdmjadkoid
공식 URL https://chrome.google.com/webstore/detail/easy-auto-refresh-free-ra/fpkcbidfblkfoindobfbekfdmjadkoid
설명 Set the interval in seconds and autorefresher will reload the page with random timing!
파일 크기 79.08 KB
설치 횟수 6,000
현재 버전 1.2
최근 업데이트 2021-06-21
출시 날짜 2021-01-01
평점 4.50/5 총 4 개의 평점
개발자 olenadubov
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.extensionsforweb.com/privacy
지원되는 언어 en
manifest.json
{
    "background": {
        "page": "background.html"
    },
    "description": "__MSG_appDescription__",
    "homepage_url": "https:\/\/www.extensionsforweb.com\/",
    "icons": {
        "128": "images\/easy-auto-refresh-128x128.png",
        "48": "images\/easy-auto-refresh-48x48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "default_locale": "en",
    "page_action": {
        "default_icon": {
            "38": "images\/refresh-off-38.png"
        },
        "default_popup": "popup.html",
        "default_title": "Auto Refresh FREE"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "notifications"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2"
}