Page Auto Refresh

Auto refresh web pages with multiple smart timers

Page Auto Refreshคืออะไร?

Page Auto Refresh เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://page-auto-refresh.com และคุณลักษณะหลักของมันคือ "Auto refresh web pages with multiple smart timers"

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

screenshot

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

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

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

                        Page Auto Refresh is an tool that allows you to refresh the page automatically 🌀
The main features are:
👉 Set up several refresh timers for different pages;
👉 No slowdowns of your device;
👉 Page Auto Refresh is compatible with any website.
To avoid unexpected behavior the timers will be cleared if you restart the browser.
Page Auto Refresh is easy to use, so you will immediately master and start using it 🔥
Download now and enjoy!                    

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

ชื่อ Page Auto Refresh Page Auto Refresh
ID ldgjechphfcppimcgcjcblmnhkjniakn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/page-auto-refresh/ldgjechphfcppimcgcjcblmnhkjniakn
คำอธิบาย Auto refresh web pages with multiple smart timers
ขนาดไฟล์ 500 KB
จำนวนการติดตั้ง 6,584,459
เวอร์ชันปัจจุบัน 1.2.2
อัปเดตครั้งล่าสุด 2023-07-25
วันที่เผยแพร่ 2022-01-19
คะแนน 4.26/5 รวมทั้งหมด 54 คะแนน
ผู้พัฒนา https://page-auto-refresh.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://page-auto-refresh.com
URL หน้านโยบายความเป็นส่วนตัว https://page-auto-refresh.com/privacy
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Page auto refresh",
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png",
            "300": "icons\/icon300.png"
        },
        "default_title": "__MSG_extName__",
        "default_popup": "html\/popup.html"
    },
    "default_locale": "en",
    "description": "__MSG_extShortDesc__",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png",
        "300": "icons\/icon300.png"
    },
    "incognito": "split",
    "manifest_version": 3,
    "minimum_chrome_version": "88.0",
    "name": "__MSG_extName__",
    "permissions": [
        "storage",
        "alarms",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "version": "1.2.2"
}