Auto Refresh

You can set the period in which the required tab will be refreshed with this extension

Auto Refresh là gì?

Auto Refresh là một tiện ích mở rộng Chrome được phát triển bởi enaumenko1997, và tính năng chính của nó là "You can set the period in which the required tab will be refreshed with this extension".

Ả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

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

                        The best and advanced version of auto refresher for chrome browser. You can manually set a time for website to be refreshed. The extension allows you to choose a tab or multiple tabs you want to be refreshed. You can interact with other tabs while the chosen websites will be refreshed in certain time. Click on the extension icon in right upper corner of chrome browser and you also will see a list of available tabs. Click on the tab, set a refreshment time and done. You can also pause or cancel any tab from being refreshed.                    

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

Tên Auto Refresh Auto Refresh
ID ijgebbdlfohiodlmbplfbapleoppbijp
URL Chính Thức https://chromewebstore.google.com/detail/auto-refresh/ijgebbdlfohiodlmbplfbapleoppbijp
Mô tả You can set the period in which the required tab will be refreshed with this extension
Kích Thước Tệp 21.25 KB
Số Lần Cài Đặt 104
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2021-02-10
Ngày Phát Hành 2021-02-10
Đánh Giá 3.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển enaumenko1997
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "\/assets\/js\/refresh_worker.js",
            "\/assets\/js\/bg.js",
            "\/assets\/js\/workWithContextMenu.js"
        ]
    },
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Refresher"
    },
    "description": "You can set the period in which the required tab will be refreshed with this extension",
    "icons": {
        "128": "\/assets\/images\/essential_image.png"
    },
    "manifest_version": 2,
    "name": "Auto Refresh",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",
    "permissions": [
        "tabs",
        "storage",
        "",
        "contextMenus"
    ],
    "version": "1.0"
}