Auto Refresher

user friendly Auto Refresher tool.

Auto Refresher là gì?

Auto Refresher là một tiện ích mở rộng Chrome được phát triển bởi noorakit.com, và tính năng chính của nó là "user friendly Auto Refresher tool.".

Ả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 Refresher

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

                        Hello guys,
Auto refresher is a tab refreshing tool which helps you to reload a page according to your set up time. There is a lot of functionality including turn of reloading, delete listed page, edit listed page and so one. 

key Features:
1.user friendly tool.
2.this app can set up several refresh time for different pages.
3.smooth good looking UI.
4.Will not slow down the operation of your device.
5.Our app is easy to use.

FAQ :
Do you want to refresh your tab?
Do you refresh a specific page?
Do you refresh a website naturally?                    

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

Tên Auto Refresher Auto Refresher
ID ohaddebmmlbbjnpobfgmlkelfoiokojh
URL Chính Thức https://chromewebstore.google.com/detail/auto-refresher/ohaddebmmlbbjnpobfgmlkelfoiokojh
Mô tả user friendly Auto Refresher tool.
Kích Thước Tệp 17.33 KB
Số Lần Cài Đặt 39
Phiên Bản Hiện Tại 2.1.0
Cập Nhật Lần Cuối 2023-05-15
Ngày Phát Hành 2021-10-19
Nhà Phát Triển noorakit.com
Email [email protected]
Loại Thanh Toán in_app
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Auto Refresher",
    "description": " user friendly Auto Refresher tool.",
    "version": "2.1.0",
    "background": {
        "service_worker": "service_worker.js",
        "type": "module"
    },
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": "images\/icon-128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "alarms",
        "notifications"
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-64.png",
        "128": "images\/icon-128.png"
    }
}