Auto Refresh Page

Refresh web pages automatically. Auto-refresh and page monitor with specified time intervals.

什么是Auto Refresh Page?

Auto Refresh Page是由Page Refresh开发的Chrome扩展程序,该扩展的主要功能是“Refresh web pages automatically. Auto-refresh and page monitor with specified time intervals.”。

扩展截图

screenshot

下载Auto Refresh Page扩展crx文件

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

扩展使用说明

                        Page Auto Refresher is a simple and easy web page refresher.
It lets you concentrate on other tasks. Upgrade your business performance!                    

扩展基本信息

名称 Auto Refresh Page Auto Refresh Page
ID llfpaibekbngemphkhllbbffpgopboec
官方URL https://chromewebstore.google.com/detail/auto-refresh-page/llfpaibekbngemphkhllbbffpgopboec
简介 Refresh web pages automatically. Auto-refresh and page monitor with specified time intervals.
文件大小 7.94 KB
安装次数 1,139
当前版本 2.0
更新时间 2023-07-02
上架时间 2020-12-08
评分 2.75/5 共4次评分
开发者 Page Refresh
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://sites.google.com/view/extensions-privacy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Refresh Page",
    "version": "2.0",
    "description": "Refresh web pages automatically. Auto-refresh and page monitor with specified time intervals.",
    "permissions": [
        "tabs",
        "http:\/\/*\/*"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}