Auto Refresh Page

Refresh web pages automatically. Auto-refresh and page monitor with specified time intervals.

Auto Refresh Pageคืออะไร?

Auto Refresh Page เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Page Refresh และคุณลักษณะหลักของมันคือ "Refresh web pages automatically. Auto-refresh and page monitor with specified time intervals."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Auto Refresh Page

ดาวน์โหลดไฟล์ส่วนขยาย Auto Refresh Page ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Page Auto Refresher is a simple and easy web page refresher.
It lets you concentrate on other tasks. Upgrade your business performance!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Auto Refresh Page Auto Refresh Page
ID llfpaibekbngemphkhllbbffpgopboec
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/auto-refresh-page/llfpaibekbngemphkhllbbffpgopboec
คำอธิบาย Refresh web pages automatically. Auto-refresh and page monitor with specified time intervals.
ขนาดไฟล์ 7.94 KB
จำนวนการติดตั้ง 1,139
เวอร์ชันปัจจุบัน 2.0
อัปเดตครั้งล่าสุด 2023-07-02
วันที่เผยแพร่ 2020-12-08
คะแนน 2.75/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Page Refresh
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://sites.google.com/view/extensions-privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Refresh Page",
    "version": "2.0",
    "description": "Refresh web pages automatically. Auto-refresh and page monitor with specified time intervals.",
    "permissions": [
        "tabs",
        "http:\/\/*\/*"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}