Relay Auto Refresher

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

What is Relay Auto Refresher?

Relay Auto Refresher is a Chrome extension developed by LoadConnectDev, and its main feature is "Relay loadboard Auto Refresher that works. Auto-reload any page with just a few clicks on a selected interval.".

Extension Screenshots

screenshot

Download Relay Auto Refresher Extension CRX File

Download Relay Auto Refresher extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Relay Auto Refresher Relay Auto Refresher
ID fdkkgjmhgecbgfdohphdgpnleklncfii
Official URL https://chromewebstore.google.com/detail/relay-auto-refresher/fdkkgjmhgecbgfdohphdgpnleklncfii
Description Relay loadboard Auto Refresher that works. Auto-reload any page with just a few clicks on a selected interval.
File Size 314 KB
Installation Count 406
Current Version 1.9
Last Updated 2023-08-30
Publish Date 2022-02-16
Rating 4.50/5 Total 8 Ratings
Developer LoadConnectDev
Email [email protected]
Payment Type in_app
Extension Website https://upsb.xyz
Help Page URL https://upsb.xyz/contact-us
Privacy Policy Page URL https://loadconnect.io/privacy
Supported Languages 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\/*"
            ]
        }
    ]
}