Simple Auto Refresher

A simple tool to make the website live every time! Refresh your pages with selected time interval.

Simple Auto Refresher là gì?

Simple Auto Refresher là một tiện ích mở rộng Chrome được phát triển bởi NokibRokes, và tính năng chính của nó là "A simple tool to make the website live every time! Refresh your pages with selected time 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 Simple Auto Refresher

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

                        This simple tool will help you to auto-refresh and auto-reload any website with selected time intervals in just one single click. Simple Auto Refresher is the most user-friendly auto refresher extension on the chrome web store market which has premium features. No setup required. Just try it out and you will know!

Key features:
- Shows real-time count-down timer on the extension icon bar.
- Easily input time interval then start auto-refresh with the selected time interval.
- Select the random timer range.
- Premium random time generation feature.
- Save default time for the next setup.                    

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

Tên Simple Auto Refresher Simple Auto Refresher
ID gnpdappailpafbhkefjcidiodkneecpp
URL Chính Thức https://chromewebstore.google.com/detail/simple-auto-refresher/gnpdappailpafbhkefjcidiodkneecpp
Mô tả A simple tool to make the website live every time! Refresh your pages with selected time interval.
Kích Thước Tệp 28.77 KB
Số Lần Cài Đặt 5,078
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2021-07-30
Ngày Phát Hành 2020-06-24
Đánh Giá 4.80/5 Tổng số 10 Đánh Giá
Nhà Phát Triển NokibRokes
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://nokibrokes.com
URL Trang Trợ Giúp https://nokibrokes.com/contact
URL Trang Chính Sách Bảo Mật https://www.freeprivacypolicy.com/live/3b75e390-e63d-4b3b-8ac0-873b11cc1535
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Auto Refresher",
    "version": "1.0.2",
    "description": "A simple tool to make the website live every time! Refresh your pages with selected time interval.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "*:\/\/*.gumroad.com\/*",
        "activeTab",
        "storage",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "popup.js"
            ]
        }
    ]
}