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?

Page Refresher是由https://illutex.com开发的Chrome扩展程序,该扩展的主要功能是“Automatically reloads pages you need. Just set interval and it will periodically refresh your page. No ads, no spam, totally free!”。

扩展截图

screenshot

下载Page Refresher扩展crx文件

下载Page Refresher扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Page Refresher Page Refresher
ID bbmplccbdhijapdpheaigjcdcgadecih
官方URL https://chromewebstore.google.com/detail/page-refresher/bbmplccbdhijapdpheaigjcdcgadecih
简介 Automatically reloads pages you need. Just set interval and it will periodically refresh your page. No ads, no spam, totally free!
文件大小 211 KB
安装次数 2,933
当前版本 2.0.1
更新时间 2021-08-09
上架时间 2021-08-08
评分 4.00/5 共14次评分
开发者 https://illutex.com
电子邮箱 [email protected]
付费类型 free
扩展官网 http://illutex.com/
帮助页面URL http://illutex.com/chat
支持的语言 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'"
}