Auto refresh Chrome

Chrome refresh all tabs, reload tab, safe and free forever.

Auto refresh Chrome란 무엇입니까?

Auto refresh Chrome은(는) Presci Lia에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome refresh all tabs, reload tab, safe and free forever."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Auto refresh Chrome 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Auto refresh Chrome

Chrome refresh all tabs, easy auto refresh
Work good with Facebook, Twitter, Instagram, Vk.com... socials
Reload automatically tabs on a selected interval of seconds or specific time.
Refresh also includes a feature that allows you to monitor a page when refreshing it.

[The key feature list]
-Refresh page base on time interval.
-Loop times refresh
-Bulk start/stop refresh
-Dark/light mode UI

[Data Privacy Policy]
We do not track any websites, website usage, etc
We do not track any usage of the extension - that includes searches, filters, tabs, windows, popup opens, etc
Your settings are saved solely inside your browser.
We do not transfer any data to any 3rd party servers
We do not track any of your data, period.

[ADS FREE]
Nobody likes ads, we know that.
This extension does not display any ad, or anything else that is not sticker added by you.                    

확장 프로그램 기본 정보

이름 Auto refresh Chrome Auto refresh Chrome
ID jnflhgadfnkhhponjmfdmebgfgcolgdo
공식 URL https://chromewebstore.google.com/detail/auto-refresh-chrome/jnflhgadfnkhhponjmfdmebgfgcolgdo
설명 Chrome refresh all tabs, reload tab, safe and free forever.
파일 크기 194 KB
설치 횟수 4,448
현재 버전 5.0.2
최근 업데이트 2021-11-03
출시 날짜 2020-10-26
평점 3.67/5 총 3 개의 평점
개발자 Presci Lia
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://sites.google.com/view/presci-lia-team-policy/policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",
    "name": "Auto refresh Chrome",
    "version": "5.0.2",
    "default_locale": "en",
    "description": "Chrome refresh all tabs, reload tab, safe and free forever.",
    "author": "Tony Pham",
    "options_page": "options.html",
    "externally_connectable": {
        "matches": [
            "https:\/\/www.google.com\/"
        ]
    },
    "background": {
        "persistent": true,
        "scripts": [
            "assets\/js\/vendors.js",
            "assets\/js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "assets\/js\/vendors.js",
                "assets\/js\/content-scripts.js"
            ],
            "css": [
                "assets\/css\/app.css"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_title": "Auto refresh Chrome",
        "default_popup": "index.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png"
        }
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "",
        "storage"
    ]
}