Auto Refresh Plus | Old version
Refresh page automatically, plus page monitor feature.
Auto Refresh Plus | Old versionคืออะไร?
Auto Refresh Plus | Old version เป็นส่วนขยายของ Chrome ที่พัฒนาโดย autorefresh.io และคุณลักษณะหลักของมันคือ "Refresh page automatically, plus page monitor feature."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Auto Refresh Plus | Old version
ดาวน์โหลดไฟล์ส่วนขยาย Auto Refresh Plus | Old version ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
* This is old version of Auto Refresh Plus extension, I have uploaded it on some users demand. You can find latest version here https://chrome.google.com/webstore/detail/hgeljhfekpckiiplhkigfehkdpldcggm/related Auto Refresh Plus comes in handy to any users that needs to easily perform automatic web page refresh at certain times. Its also provides content detection support, which is indeed very useful when you need to find content included in a dynamic web page. Moreover, Auto Refresh Plus allows you to easily select the default time interval for the refresh process, which can of course be changed at any given time. You can even implement a timer to start the refresh, and it even auto starts the refresh process when you start Chrome. Auto Refresh Plus also includes a feature that allows you to monitor a page when refreshing it. Auto Refresh Plus displays notifications and plays sounds, if needed. Auto Refresh Plus enables you to set the refresh interval in accordance with your needs. Auto Refresh Plus not only that refreshes the page but also supports content detection, which is very useful when you want to find some content in a dynamic web page. The key feature list: -Refresh page base on time interval. -Set default time interval. -Timer to start(A countdown to start to refresh). -Auto start refresh when start Chrome -Monitor page when refresh page. -Show notification and play sound for page monitor. Data Privacy Policy We do not track any of your data, period. We do not track any usage of the extension - that includes searches, filters, tabs, windows, popup opens, etc. We do not track any websites, website usage, etc. We do not transfer any data to any 3rd party servers Your settings are saved solely inside your browser. Feel free to contact us if you got any questions or concerns about data privacy, we will be happy to help.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Auto Refresh Plus | Old version |
ID | aknkejhkdngmlbfafnopmkbgfhpecbic |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/auto-refresh-plus-old-ver/aknkejhkdngmlbfafnopmkbgfhpecbic |
คำอธิบาย | Refresh page automatically, plus page monitor feature. |
ขนาดไฟล์ | 283 KB |
จำนวนการติดตั้ง | 12,194 |
เวอร์ชันปัจจุบัน | 7.1.9 |
อัปเดตครั้งล่าสุด | 2020-12-20 |
วันที่เผยแพร่ | 2020-12-19 |
คะแนน | 3.50/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | autorefresh.io |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://autorefresh.io/privacy-policy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "background.html" }, "browser_action": { "default_icon": "Icon\/icon-32.png", "default_popup": "popup.html", "default_title": "Auto Refresh Plus" }, "description": "Refresh page automatically, plus page monitor feature.", "icons": { "128": "Icon\/icon-64.png", "64": "Icon\/icon-64.png", "48": "Icon\/icon-48.png", "32": "Icon\/icon-32.png", "16": "Icon\/icon-16.png" }, "manifest_version": 2, "name": "Auto Refresh Plus | Old version", "short_name": "Auto Refresh Plus", "options_page": "options.html", "permissions": [ "notifications" ], "optional_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "7.1.9", "web_accessible_resources": [ "blank.html" ] } |