Auto Refresher
user friendly Auto Refresher tool.
Auto Refresher란 무엇입니까?
Auto Refresher은(는) noorakit.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "user friendly Auto Refresher tool."입니다.
확장 프로그램 스크린샷
Auto Refresher 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Hello guys, Auto refresher is a tab refreshing tool which helps you to reload a page according to your set up time. There is a lot of functionality including turn of reloading, delete listed page, edit listed page and so one. key Features: 1.user friendly tool. 2.this app can set up several refresh time for different pages. 3.smooth good looking UI. 4.Will not slow down the operation of your device. 5.Our app is easy to use. FAQ : Do you want to refresh your tab? Do you refresh a specific page? Do you refresh a website naturally?
확장 프로그램 기본 정보
이름 | Auto Refresher |
ID | ohaddebmmlbbjnpobfgmlkelfoiokojh |
공식 URL | https://chromewebstore.google.com/detail/auto-refresher/ohaddebmmlbbjnpobfgmlkelfoiokojh |
설명 | user friendly Auto Refresher tool. |
파일 크기 | 17.33 KB |
설치 횟수 | 39 |
현재 버전 | 2.1.0 |
최근 업데이트 | 2023-05-15 |
출시 날짜 | 2021-10-19 |
개발자 | noorakit.com |
이메일 | [email protected] |
결제 유형 | in_app |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Auto Refresher", "description": " user friendly Auto Refresher tool.", "version": "2.1.0", "background": { "service_worker": "service_worker.js", "type": "module" }, "action": { "default_popup": "popup\/popup.html", "default_icon": "images\/icon-128.png" }, "permissions": [ "storage", "tabs", "alarms", "notifications" ], "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-64.png", "128": "images\/icon-128.png" } } |