Auto Reload Page
Simple Auto Reload Page
Auto Reload Pageคืออะไร?
Auto Reload Page เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://w3bd.com และคุณลักษณะหลักของมันคือ "Simple Auto Reload Page"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Auto Reload Page
ดาวน์โหลดไฟล์ส่วนขยาย Auto Reload Page ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The extension is for reload any webpage/website with every few second/minutes. This is very simple and light weight extension. Usage of this extension: If you are a developer, this extension would help you much. 1. You could scrap data continue from a website with this extension. 2. You could increase your website hit/click/visit with this extension. 3. For any website schedule work.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | aemgckpcnlnooaejngagoeknjjcpcgfh |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/auto-reload-page/aemgckpcnlnooaejngagoeknjjcpcgfh |
คำอธิบาย | Simple Auto Reload Page |
ขนาดไฟล์ | 38.29 KB |
จำนวนการติดตั้ง | 785 |
เวอร์ชันปัจจุบัน | 1.3 |
อัปเดตครั้งล่าสุด | 2015-11-13 |
วันที่เผยแพร่ | 2015-11-13 |
คะแนน | 3.81/5 รวมทั้งหมด 16 คะแนน |
ผู้พัฒนา | http://w3bd.com |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto Reload Page", "description": "Simple Auto Reload Page", "version": "1.3", "short_name": "Auto Reload", "browser_action": { "default_icon": "icon38.png", "name": "Auto Reload Page", "title": "Auto Reload Page", "default_popup": "popup.html" }, "homepage_url": "http:\/\/w3bd.com", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end", "js": [ "rh.js" ] } ], "permissions": [ "storage", "activeTab", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "webRequest", "browsingData", " |