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 là gì?

Relay Auto Refresher là một tiện ích mở rộng Chrome được phát triển bởi LoadConnectDev, và tính năng chính của nó là "Relay loadboard Auto Refresher that works. Auto-reload any page with just a few clicks on a selected interval.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Relay Auto Refresher

Tải xuống các tệp mở rộng Relay Auto Refresher dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Relay Auto Refresher Relay Auto Refresher
ID fdkkgjmhgecbgfdohphdgpnleklncfii
URL Chính Thức https://chromewebstore.google.com/detail/relay-auto-refresher/fdkkgjmhgecbgfdohphdgpnleklncfii
Mô tả Relay loadboard Auto Refresher that works. Auto-reload any page with just a few clicks on a selected interval.
Kích Thước Tệp 314 KB
Số Lần Cài Đặt 406
Phiên Bản Hiện Tại 1.9
Cập Nhật Lần Cuối 2023-08-30
Ngày Phát Hành 2022-02-16
Đánh Giá 4.50/5 Tổng số 8 Đánh Giá
Nhà Phát Triển LoadConnectDev
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://upsb.xyz
URL Trang Trợ Giúp https://upsb.xyz/contact-us
URL Trang Chính Sách Bảo Mật https://loadconnect.io/privacy
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}