Easy Auto Refresh FREE - random interval
Set the interval in seconds and autorefresher will reload the page with random timing!
什麼是Easy Auto Refresh FREE - random interval?
Easy Auto Refresh FREE - random interval是由olenadubov開發的Chrome擴展程式,該擴展的主要功能是“Set the interval in seconds and autorefresher will reload the page with random timing!”。
擴展截圖
下載Easy Auto Refresh FREE - random interval擴展crx文件
下載Easy Auto Refresh FREE - random interval擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
"Easy Auto Refresh FREE - random interval" - small extention with a few options. Auto-refresh and auto-reload pages after any number of seconds. It automatically reloads web pages after any number of seconds you set in settings. Easy to use it: * Click on icon * Set your number of second (the same one or different if you want random delay). * Click "START" to activate * Click "STOP" to pause Very small and easy extension that will help you to save your time and money!!
擴展基本資訊
名稱 | |
ID | fpkcbidfblkfoindobfbekfdmjadkoid |
官方網址 | https://chrome.google.com/webstore/detail/easy-auto-refresh-free-ra/fpkcbidfblkfoindobfbekfdmjadkoid |
簡介 | Set the interval in seconds and autorefresher will reload the page with random timing! |
檔案大小 | 79.08 KB |
安裝次數 | 6,000 |
目前版本 | 1.2 |
更新時間 | 2021-06-21 |
上架時間 | 2021-01-01 |
評分 | 4.50/5 共 4 次評分 |
開發者 | olenadubov |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://www.extensionsforweb.com/privacy |
支援的語言 | en |
manifest.json | |
{ "background": { "page": "background.html" }, "description": "__MSG_appDescription__", "homepage_url": "https:\/\/www.extensionsforweb.com\/", "icons": { "128": "images\/easy-auto-refresh-128x128.png", "48": "images\/easy-auto-refresh-48x48.png" }, "manifest_version": 2, "name": "__MSG_appName__", "default_locale": "en", "page_action": { "default_icon": { "38": "images\/refresh-off-38.png" }, "default_popup": "popup.html", "default_title": "Auto Refresh FREE" }, "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/", "notifications" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2" } |