Relay Auto Refresher
Relay loadboard Auto Refresher that works. Auto-reload any page with just a few clicks on a selected interval.
O que é Relay Auto Refresher?
Relay Auto Refresher é uma extensão do Chrome desenvolvida por LoadConnectDev, e sua principal característica é "Relay loadboard Auto Refresher that works. Auto-reload any page with just a few clicks on a selected interval.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Relay Auto Refresher
Baixe arquivos de extensão Relay Auto Refresher no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Relay Auto Refresher |
ID | fdkkgjmhgecbgfdohphdgpnleklncfii |
URL Oficial | https://chromewebstore.google.com/detail/relay-auto-refresher/fdkkgjmhgecbgfdohphdgpnleklncfii |
Descrição | Relay loadboard Auto Refresher that works. Auto-reload any page with just a few clicks on a selected interval. |
Tamanho do Arquivo | 314 KB |
Contagem de Instalações | 406 |
Versão Atual | 1.9 |
Última Atualização | 2023-08-30 |
Data de Publicação | 2022-02-16 |
Classificação | 4.50/5 Total de 8 Avaliações |
Desenvolvedor | LoadConnectDev |
[email protected] | |
Tipo de Pagamento | in_app |
Site da Extensão | https://upsb.xyz |
URL da Página de Ajuda | https://upsb.xyz/contact-us |
URL da Página de Política de Privacidade | https://loadconnect.io/privacy |
Idiomas Suportados | 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\/*" ] } ] } |