Auto Refresh Plus - Auto Reload Page

Powerful Auto Refresh and Tab Auto Refresh Tool!

Auto Refresh Plus - Auto Reload Pageคืออะไร?

Auto Refresh Plus - Auto Reload Page เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Seek Truth Studio และคุณลักษณะหลักของมันคือ "Powerful Auto Refresh and Tab Auto Refresh Tool!"

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

screenshot
screenshot

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

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

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

                        Powerful Auto Refresh and Tab Auto Refresh Tool!

[Key Features]:
Refresh pages after a set number of seconds.
Auto Reload the page after a set number of random seconds.
Set different delays per page or tab.
Stop auto-refresh anytime with a mouse click or keyboard shortcut.
Simultaneously refresh multiple pages.

[Real-time view]:
Refreshing web pages.
Time intervals for page refresh.
Number of refresh cycles.
Instantly stop auto-refresh for specified web pages.
This tool enables you to effortlessly manage web page refreshing and Tab Auto Refresh, ensuring you always have the latest information. Moreover, we pledge not to store any user data—professional, secure, reliable, and user-friendly!                    

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

ชื่อ Auto Refresh Plus - Auto Reload Page Auto Refresh Plus - Auto Reload Page
ID jjoephlclcfpmaphlglonpjmbahaejic
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/auto-refresh-plus-auto-re/jjoephlclcfpmaphlglonpjmbahaejic
คำอธิบาย Powerful Auto Refresh and Tab Auto Refresh Tool!
ขนาดไฟล์ 346 KB
จำนวนการติดตั้ง 173
เวอร์ชันปัจจุบัน 0.1.1
อัปเดตครั้งล่าสุด 2023-09-11
วันที่เผยแพร่ 2023-09-05
ผู้พัฒนา Seek Truth Studio
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://sites.google.com/view/auto-refresh-pluss-mart-easy
ภาษาที่รองรับ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "$schema": "https:\/\/json.schemastore.org\/chrome-manifest.json",
    "version": "0.1.1",
    "description": "__MSG_description__",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "__MSG_name__",
        "default_popup": "index.html"
    },
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_idle",
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "default_locale": "en"
}