Free Auto Refresh

Helps you refresh your web page with lots of awesome features. It is 100% free and no ads.

Free Auto Refresh là gì?

Free Auto Refresh là một tiện ích mở rộng Chrome được phát triển bởi http://www.timefly.cn, và tính năng chính của nó là "Helps you refresh your web page with lots of awesome features. It is 100% free and no ads.".

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

screenshot
screenshot
screenshot
screenshot

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

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

                        Use this extension, you can:

1. Auto refresh page within specific seconds. 
2. Auto stop refreshing when some text or some element appears in the page.
3. Show countdow on the icon or on the page.
4. Auto start task at specific time of today.
5. Start count down when dom ready or all resources finish loading.
6. Notify you when task auto stop or start at the specific time.
7. Off/On Hard refresh(without cache).
8. Now if you want to refresh without interval,  you can set interval to zero.

Email:[email protected]                    

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

Tên Free Auto Refresh Free Auto Refresh
ID lfkfikiejjfhpfbpgfolfkkdjpepmkal
URL Chính Thức https://chrome.google.com/webstore/detail/free-auto-refresh/lfkfikiejjfhpfbpgfolfkkdjpepmkal
Mô tả Helps you refresh your web page with lots of awesome features. It is 100% free and no ads.
Kích Thước Tệp 88.88 KB
Số Lần Cài Đặt 40,000
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2021-11-23
Ngày Phát Hành 2020-09-17
Đánh Giá 4.18/5 Tổng số 72 Đánh Giá
Nhà Phát Triển http://www.timefly.cn
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://www.timefly.cn/free-auto-refresh
URL Trang Trợ Giúp https://www.timefly.cn/free-auto-refresh
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_appName__",
    "description": "__MSG_appDesc__",
    "short_name": "Auto Refresh",
    "version": "1.1.1",
    "author": "[email protected]",
    "default_locale": "en",
    "icons": {
        "64": "image\/icon64.png",
        "128": "image\/icon128.png"
    },
    "action": {
        "default_icon": {
            "64": "image\/icon64.png",
            "128": "image\/icon128.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start",
            "css": [
                "css\/style.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "homepage_url": "https:\/\/www.timefly.cn\/free-auto-refresh",
    "options_page": "options.html",
    "background": {
        "service_worker": "service_worker.js"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "storage",
        "browsingData",
        "notifications"
    ]
}