Relay Auto Refresher

Relay loadboard Auto Refresher that works. Auto-reload any page with just a few clicks on a selected interval.

Relay Auto Refresher란 무엇입니까?

Relay Auto Refresher은(는) LoadConnectDev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Relay loadboard Auto Refresher that works. Auto-reload any page with just a few clicks on a selected interval."입니다.

확장 프로그램 스크린샷

screenshot

Relay Auto Refresher 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Relay loadboard Auto Refresher that works. Auto-reload any page with just a few clicks on a selected interval. Unlike other refreshers,  Auto Refresher gives you more accuracy and more control, without any worries of being blocked by websites you work with. 

Relay Auto Refresher comes in handy to any users that need to easily perform automatic web page refresh at certain times. It's fast and easy to use, there is no setup required - install the extension and let your idle pages be auto reloaded. Just choose the time you want and let the code do its magic.                    

확장 프로그램 기본 정보

이름 Relay Auto Refresher Relay Auto Refresher
ID fdkkgjmhgecbgfdohphdgpnleklncfii
공식 URL https://chromewebstore.google.com/detail/relay-auto-refresher/fdkkgjmhgecbgfdohphdgpnleklncfii
설명 Relay loadboard Auto Refresher that works. Auto-reload any page with just a few clicks on a selected interval.
파일 크기 314 KB
설치 횟수 406
현재 버전 1.9
최근 업데이트 2023-08-30
출시 날짜 2022-02-16
평점 4.50/5 총 8 개의 평점
개발자 LoadConnectDev
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://upsb.xyz
도움말 페이지 URL https://upsb.xyz/contact-us
개인정보 보호 정책 페이지 URL https://loadconnect.io/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Relay Auto Refresher",
    "description": "Relay loadboard Auto Refresher that works. Auto-reload any page with just a few clicks on a selected interval. ",
    "version": "1.9",
    "icons": {
        "128": "logo.png"
    },
    "action": {
        "default_popup": ".\/popup.html"
    },
    "background": {
        "service_worker": "firebase.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/relay.amazon.com\/loadboard\/search*"
            ],
            "js": [
                ".\/content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/relay.amazon.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*.png",
                "assets\/*.mp3"
            ],
            "matches": [
                "https:\/\/relay.amazon.com\/*"
            ]
        }
    ]
}