Auto Refresh Plus - Auto Reload Page

Powerful Auto Refresh and Tab Auto Refresh Tool!

Auto Refresh Plus - Auto Reload Page là gì?

Auto Refresh Plus - Auto Reload Page là một tiện ích mở rộng Chrome được phát triển bởi Seek Truth Studio, và tính năng chính của nó là "Powerful Auto Refresh and Tab Auto Refresh Tool!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Auto Refresh Plus - Auto Reload Page

Tải xuống các tệp mở rộng Auto Refresh Plus - Auto Reload Page dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Auto Refresh Plus - Auto Reload Page Auto Refresh Plus - Auto Reload Page
ID jjoephlclcfpmaphlglonpjmbahaejic
URL Chính Thức https://chromewebstore.google.com/detail/auto-refresh-plus-auto-re/jjoephlclcfpmaphlglonpjmbahaejic
Mô tả Powerful Auto Refresh and Tab Auto Refresh Tool!
Kích Thước Tệp 346 KB
Số Lần Cài Đặt 173
Phiên Bản Hiện Tại 0.1.1
Cập Nhật Lần Cuối 2023-09-11
Ngày Phát Hành 2023-09-05
Nhà Phát Triển Seek Truth Studio
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://sites.google.com/view/auto-refresh-pluss-mart-easy
Ngôn Ngữ Được Hỗ Trợ 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"
}