Relay Auto Refresher

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

Qu'est-ce que Relay Auto Refresher ?

Relay Auto Refresher est une extension Chrome développée par LoadConnectDev, et sa fonction principale est "Relay loadboard Auto Refresher that works. Auto-reload any page with just a few clicks on a selected interval.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Relay Auto Refresher

Téléchargez les fichiers d'extension Relay Auto Refresher au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Relay Auto Refresher Relay Auto Refresher
ID fdkkgjmhgecbgfdohphdgpnleklncfii
URL Officiel 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.
Taille du Fichier 314 KB
Nombre d'Installations 406
Version Actuelle 1.9
Dernière Mise à Jour 2023-08-30
Date de Publication 2022-02-16
Évaluation 4.50/5 Total 8 Évaluations
Développeur LoadConnectDev
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://upsb.xyz
URL de la Page d'Aide https://upsb.xyz/contact-us
URL de la Page de Politique de Confidentialité https://loadconnect.io/privacy
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}