Custom Auto Refresh

A simple and lightweight extension that automatically refreshes a tab on a fully customizable interval.

Custom Auto Refreshคืออะไร?

Custom Auto Refresh เป็นส่วนขยายของ Chrome ที่พัฒนาโดย VastBlast และคุณลักษณะหลักของมันคือ "A simple and lightweight extension that automatically refreshes a tab on a fully customizable interval."

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

screenshot
screenshot

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

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

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

                        This extension will automatically refresh a tab on a fully customizable interval that you may set. The setting accepts any interval in seconds, as well as decimal points meaning you can customize the refresh rate to as low or as high as you need.

Unlike other extensions, this one is fully customizable and will always wait for the refresh to continue before moving on to the next refresh.                    

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

ชื่อ Custom Auto Refresh Custom Auto Refresh
ID hefmpdieencodgfnoecpichojkglajkb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/custom-auto-refresh/hefmpdieencodgfnoecpichojkglajkb
คำอธิบาย A simple and lightweight extension that automatically refreshes a tab on a fully customizable interval.
ขนาดไฟล์ 112 KB
จำนวนการติดตั้ง 3,315
เวอร์ชันปัจจุบัน 2.3.2
อัปเดตครั้งล่าสุด 2023-10-10
วันที่เผยแพร่ 2021-01-12
คะแนน 4.78/5 รวมทั้งหมด 18 คะแนน
ผู้พัฒนา VastBlast
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/VastBlast/ChromeAutoRefresh
URL หน้าช่วยเหลือ https://nitestats.com/contact
URL หน้านโยบายความเป็นส่วนตัว https://docs.google.com/document/d/e/2PACX-1vTRmSJmwdLT5Ze4qg5fvQSC6CTut9h2AvE2Uq9FOtTqrbF3SlijVn2gEywsaS0B6UZgJZ_11K2eqv8M/pub
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Custom Auto Refresh",
    "description": "A simple and lightweight extension that automatically refreshes a tab on a fully customizable interval.",
    "version": "2.3.2",
    "icons": {
        "48": ".\/icons\/icon-inactive.png"
    },
    "background": {
        "service_worker": ".\/scripts\/background.js"
    },
    "action": {
        "default_icon": ".\/icons\/icon-inactive.png",
        "default_popup": ".\/main\/index.html"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "scripting"
    ]
}