Free Auto Refresh
Helps you refresh your web page with lots of awesome features. It is 100% free and no ads.
Free Auto Refresh란 무엇입니까?
Free Auto Refresh은(는) http://www.timefly.cn에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Helps you refresh your web page with lots of awesome features. It is 100% free and no ads."입니다.
확장 프로그램 스크린샷
Free Auto Refresh 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Use this extension, you can: 1. Auto refresh page within specific seconds. 2. Auto stop refreshing when some text or some element appears in the page. 3. Show countdow on the icon or on the page. 4. Auto start task at specific time of today. 5. Start count down when dom ready or all resources finish loading. 6. Notify you when task auto stop or start at the specific time. 7. Off/On Hard refresh(without cache). 8. Now if you want to refresh without interval, you can set interval to zero. Email:[email protected]
확장 프로그램 기본 정보
이름 | |
ID | lfkfikiejjfhpfbpgfolfkkdjpepmkal |
공식 URL | https://chrome.google.com/webstore/detail/free-auto-refresh/lfkfikiejjfhpfbpgfolfkkdjpepmkal |
설명 | Helps you refresh your web page with lots of awesome features. It is 100% free and no ads. |
파일 크기 | 88.88 KB |
설치 횟수 | 40,000 |
현재 버전 | 1.1.1 |
최근 업데이트 | 2021-11-23 |
출시 날짜 | 2020-09-17 |
평점 | 4.18/5 총 72 개의 평점 |
개발자 | http://www.timefly.cn |
이메일 | [email protected] |
결제 유형 | in_app |
확장 프로그램 웹 사이트 | https://www.timefly.cn/free-auto-refresh |
도움말 페이지 URL | https://www.timefly.cn/free-auto-refresh |
지원되는 언어 | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "short_name": "Auto Refresh", "version": "1.1.1", "author": "[email protected]", "default_locale": "en", "icons": { "64": "image\/icon64.png", "128": "image\/icon128.png" }, "action": { "default_icon": { "64": "image\/icon64.png", "128": "image\/icon128.png" }, "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "run_at": "document_start", "css": [ "css\/style.css" ], "js": [ "content.js" ] } ], "homepage_url": "https:\/\/www.timefly.cn\/free-auto-refresh", "options_page": "options.html", "background": { "service_worker": "service_worker.js" }, "host_permissions": [ "*:\/\/*\/*" ], "permissions": [ "storage", "browsingData", "notifications" ] } |