Easy auto refresher plus

【Quality】Intelligent auto refresh page tool with custom intervals.

Easy auto refresher plus란 무엇입니까?

Easy auto refresher plus은(는) margaretafossb70에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "【Quality】Intelligent auto refresh page tool with custom intervals."입니다.

확장 프로그램 스크린샷

screenshot

Easy auto refresher plus 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Easy auto refresher plus is a free browser extension that can automatically refresh and reload any page or tab after a specified number of seconds. Simply enter the number of seconds between page refreshes and click the start button.
The main features: 
-Auto refresh timer with second precision
-Predefined simple-click intervals
-Forever free                    

확장 프로그램 기본 정보

이름 Easy auto refresher plus Easy auto refresher plus
ID pbdhfeomafblhhgbfkbgmphfngpcmdke
공식 URL https://chromewebstore.google.com/detail/easy-auto-refresher-plus/pbdhfeomafblhhgbfkbgmphfngpcmdke
설명 【Quality】Intelligent auto refresh page tool with custom intervals.
파일 크기 119 KB
설치 횟수 1,302
현재 버전 1.0.0
최근 업데이트 2022-08-20
출시 날짜 2022-08-20
평점 5.00/5 총 4 개의 평점
개발자 margaretafossb70
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://extensiondock.com/privacy
지원되는 언어 id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "default_locale": "en",
    "icons": {
        "128": "icon-128.png"
    },
    "action": {
        "default_icon": "icon-128.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 3,
    "name": "__MSG_application_title__",
    "description": "__MSG_application_description__",
    "host_permissions": [
        ""
    ],
    "permissions": [
        "activeTab",
        "scripting",
        "storage",
        "declarativeNetRequest",
        "alarms"
    ],
    "version": "1.0.0"
}