Custom Auto Refresh

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

Custom Auto Refresh là gì?

Custom Auto Refresh là một tiện ích mở rộng Chrome được phát triển bởi VastBlast, và tính năng chính của nó là "A simple and lightweight extension that automatically refreshes a tab on a fully customizable interval.".

Ả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 Custom Auto Refresh

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

                        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.                    

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

Tên Custom Auto Refresh Custom Auto Refresh
ID hefmpdieencodgfnoecpichojkglajkb
URL Chính Thức https://chromewebstore.google.com/detail/custom-auto-refresh/hefmpdieencodgfnoecpichojkglajkb
Mô tả A simple and lightweight extension that automatically refreshes a tab on a fully customizable interval.
Kích Thước Tệp 112 KB
Số Lần Cài Đặt 3,315
Phiên Bản Hiện Tại 2.3.2
Cập Nhật Lần Cuối 2023-10-10
Ngày Phát Hành 2021-01-12
Đánh Giá 4.78/5 Tổng số 18 Đánh Giá
Nhà Phát Triển VastBlast
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/VastBlast/ChromeAutoRefresh
URL Trang Trợ Giúp https://nitestats.com/contact
URL Trang Chính Sách Bảo Mật https://docs.google.com/document/d/e/2PACX-1vTRmSJmwdLT5Ze4qg5fvQSC6CTut9h2AvE2Uq9FOtTqrbF3SlijVn2gEywsaS0B6UZgJZ_11K2eqv8M/pub
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}