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 là gì?
Easy Auto Refresh FREE - random interval là một tiện ích mở rộng Chrome được phát triển bởi olenadubov, và tính năng chính của nó là "Set the interval in seconds and autorefresher will reload the page with random timing!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Easy Auto Refresh FREE - random interval
Tải xuống các tệp mở rộng Easy Auto Refresh FREE - random interval dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
"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!!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | fpkcbidfblkfoindobfbekfdmjadkoid |
URL Chính Thức | https://chrome.google.com/webstore/detail/easy-auto-refresh-free-ra/fpkcbidfblkfoindobfbekfdmjadkoid |
Mô tả | Set the interval in seconds and autorefresher will reload the page with random timing! |
Kích Thước Tệp | 79.08 KB |
Số Lần Cài Đặt | 6,000 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2021-06-21 |
Ngày Phát Hành | 2021-01-01 |
Đánh Giá | 4.50/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | olenadubov |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://www.extensionsforweb.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" } |