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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย olenadubov และคุณลักษณะหลักของมันคือ "Set the interval in seconds and autorefresher will reload the page with random timing!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Easy Auto Refresh FREE - random interval
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
URL อย่างเป็นทางการ | 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" } |