Auto Refresher
user friendly Auto Refresher tool.
Auto Refresherคืออะไร?
Auto Refresher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย noorakit.com และคุณลักษณะหลักของมันคือ "user friendly Auto Refresher tool."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Auto Refresher
ดาวน์โหลดไฟล์ส่วนขยาย Auto Refresher ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Hello guys, Auto refresher is a tab refreshing tool which helps you to reload a page according to your set up time. There is a lot of functionality including turn of reloading, delete listed page, edit listed page and so one. key Features: 1.user friendly tool. 2.this app can set up several refresh time for different pages. 3.smooth good looking UI. 4.Will not slow down the operation of your device. 5.Our app is easy to use. FAQ : Do you want to refresh your tab? Do you refresh a specific page? Do you refresh a website naturally?
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Auto Refresher |
ID | ohaddebmmlbbjnpobfgmlkelfoiokojh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/auto-refresher/ohaddebmmlbbjnpobfgmlkelfoiokojh |
คำอธิบาย | user friendly Auto Refresher tool. |
ขนาดไฟล์ | 17.33 KB |
จำนวนการติดตั้ง | 39 |
เวอร์ชันปัจจุบัน | 2.1.0 |
อัปเดตครั้งล่าสุด | 2023-05-15 |
วันที่เผยแพร่ | 2021-10-19 |
ผู้พัฒนา | noorakit.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | in_app |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Auto Refresher", "description": " user friendly Auto Refresher tool.", "version": "2.1.0", "background": { "service_worker": "service_worker.js", "type": "module" }, "action": { "default_popup": "popup\/popup.html", "default_icon": "images\/icon-128.png" }, "permissions": [ "storage", "tabs", "alarms", "notifications" ], "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-64.png", "128": "images\/icon-128.png" } } |