Page Refresher

Automatically reloads pages you need. Just set interval and it will periodically refresh your page. No ads, no spam, totally free!

Page Refresher là gì?

Page Refresher là một tiện ích mở rộng Chrome được phát triển bởi https://illutex.com, và tính năng chính của nó là "Automatically reloads pages you need. Just set interval and it will periodically refresh your page. No ads, no spam, totally free!".

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

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

                        Need to automatically reload web pages? 
Tired clicking 'Reload' in your browser?
Forgetting refresh pages?

Page Refresher - is all you need! Just open page, select the time and relax :)
You can see the remaining time to reload on Page Refresher's icon in every tab.

And the main advantage to add this extension: THERE'S NO SPAM, NO ADS, NO FISHING.
Everything is simple, everything is clear.                    

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

Tên Page Refresher Page Refresher
ID bbmplccbdhijapdpheaigjcdcgadecih
URL Chính Thức https://chromewebstore.google.com/detail/page-refresher/bbmplccbdhijapdpheaigjcdcgadecih
Mô tả Automatically reloads pages you need. Just set interval and it will periodically refresh your page. No ads, no spam, totally free!
Kích Thước Tệp 211 KB
Số Lần Cài Đặt 2,933
Phiên Bản Hiện Tại 2.0.1
Cập Nhật Lần Cuối 2021-08-09
Ngày Phát Hành 2021-08-08
Đánh Giá 4.00/5 Tổng số 14 Đánh Giá
Nhà Phát Triển https://illutex.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://illutex.com/
URL Trang Trợ Giúp http://illutex.com/chat
Ngôn Ngữ Được Hỗ Trợ en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Page Refresher",
    "version": "2.0.1",
    "default_locale": "en",
    "description": "Automatically reloads pages you need. Just set interval and it will periodically refresh your page. No ads, no spam, totally free!",
    "icons": {
        "16": "16.png",
        "19": "19.png",
        "38": "38.png",
        "48": "48.png",
        "128": "128.png"
    },
    "homepage_url": "http:\/\/illutex.com\/products\/pageRefresher",
    "permissions": [
        "",
        "tabs",
        "webNavigation",
        "activeTab",
        "background"
    ],
    "options_page": "options.html",
    "browser_action": {
        "default_title": "Auto Reload Options",
        "default_icon": {
            "19": "19.png",
            "38": "38.png",
            "48": "48.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}