Auto Refresh Plus

Auto Refresh Plus automatically refresh and reload any page or tab after a specified number of seconds

Auto Refresh Plus là gì?

Auto Refresh Plus là một tiện ích mở rộng Chrome được phát triển bởi luke, và tính năng chính của nó là "Auto Refresh Plus automatically refresh and reload any page or tab after a specified number of seconds".

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

screenshot

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

Tải xuống các tệp mở rộng Auto Refresh Plus 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

                        Auto Refresh Chrome Extension: This browser extension allows users to refresh a webpage automatically at specified intervals. It helps to save time and stay updated with dynamic content without manual intervention. The user can set the refresh frequency and customize the extension as per their requirements. The extension has a user-friendly interface and is easy to use. It can help improve productivity and efficiency while browsing the web.
Enhance your workflow and increase productivity with this top-ranked, easy-to-use Auto Refresh Extension for Google Chrome. Improve your web browsing experience and stay up to date with dynamic content without the need for manual intervention.

How it Works:
1. Open the popup and enter the time interval, at which the page has to refresh.
2. Then start the auto refresh.
3. Now the page refreshes at the entered time interval, until you stop or close the page.

@2.0.0 - Privacy policy updated                    

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

Tên Auto Refresh Plus Auto Refresh Plus
ID ffejlioijcokmblckiijnjcmfidjppdn
URL Chính Thức https://chromewebstore.google.com/detail/auto-refresh-plus/ffejlioijcokmblckiijnjcmfidjppdn
Mô tả Auto Refresh Plus automatically refresh and reload any page or tab after a specified number of seconds
Kích Thước Tệp 80.22 KB
Số Lần Cài Đặt 34,021
Phiên Bản Hiện Tại 2.0.0
Cập Nhật Lần Cuối 2024-02-07
Ngày Phát Hành 2023-01-31
Đánh Giá 4.69/5 Tổng số 434 Đánh Giá
Nhà Phát Triển luke
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://autorefreshplus.in/privacy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Auto Refresh Plus",
    "version": "2.0.0",
    "description": "Auto Refresh Plus automatically refresh and reload any page or tab after a specified number of seconds",
    "icons": {
        "32": "icon128.png",
        "64": "icon128.png",
        "128": "icon128.png"
    },
    "action": {
        "default_title": " Auto Refresh Plus",
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "host_permissions": [
        ""
    ],
    "permissions": [
        "storage"
    ]
}