Relay Auto Refresher
Relay loadboard Auto Refresher that works. Auto-reload any page with just a few clicks on a selected interval.
Was ist Relay Auto Refresher?
Relay Auto Refresher ist eine Chrome-Erweiterung, die von LoadConnectDev entwickelt wurde, und ihr Hauptmerkmal ist "Relay loadboard Auto Refresher that works. Auto-reload any page with just a few clicks on a selected interval.".
Erweiterungsscreenshots
Relay Auto Refresher-Erweiterungs-CRX-Datei herunterladen
Laden Sie Relay Auto Refresher-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Relay Auto Refresher |
ID | fdkkgjmhgecbgfdohphdgpnleklncfii |
Offizielle URL | https://chromewebstore.google.com/detail/relay-auto-refresher/fdkkgjmhgecbgfdohphdgpnleklncfii |
Beschreibung | Relay loadboard Auto Refresher that works. Auto-reload any page with just a few clicks on a selected interval. |
Dateigröße | 314 KB |
Installationsanzahl | 406 |
Aktuelle Version | 1.9 |
Letztes Update | 2023-08-30 |
Veröffentlichungsdatum | 2022-02-16 |
Bewertung | 4.50/5 Insgesamt 8 Bewertungen |
Entwickler | LoadConnectDev |
[email protected] | |
Zahlungsart | in_app |
Erweiterungswebsite | https://upsb.xyz |
Hilfeseite URL | https://upsb.xyz/contact-us |
URL der Datenschutzrichtlinien-Seite | https://loadconnect.io/privacy |
Unterstützte Sprachen | 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\/*" ] } ] } |