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?
Relay Auto Refresher是由LoadConnectDev開發的Chrome擴展程式,該擴展的主要功能是“Relay loadboard Auto Refresher that works. Auto-reload any page with just a few clicks on a selected interval.”。
擴展截圖
下載Relay Auto Refresher擴展crx文件
下載Relay Auto Refresher擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Relay Auto Refresher |
ID | fdkkgjmhgecbgfdohphdgpnleklncfii |
官方網址 | https://chromewebstore.google.com/detail/relay-auto-refresher/fdkkgjmhgecbgfdohphdgpnleklncfii |
簡介 | Relay loadboard Auto Refresher that works. Auto-reload any page with just a few clicks on a selected interval. |
檔案大小 | 314 KB |
安裝次數 | 406 |
目前版本 | 1.9 |
更新時間 | 2023-08-30 |
上架時間 | 2022-02-16 |
評分 | 4.50/5 共 8 次評分 |
開發者 | LoadConnectDev |
電子郵箱 | [email protected] |
付費類型 | in_app |
擴展官網 | https://upsb.xyz |
說明頁面URL | https://upsb.xyz/contact-us |
隱私政策頁面URL | https://loadconnect.io/privacy |
支援的語言 | 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\/*" ] } ] } |