Simple Auto Refresher

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

什么是Simple Auto Refresher?

Simple Auto Refresher是由NokibRokes开发的Chrome扩展程序,该扩展的主要功能是“A simple tool to make the website live every time! Refresh your pages with selected time interval.”。

扩展截图

screenshot
screenshot

下载Simple Auto Refresher扩展crx文件

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

扩展使用说明

                        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.                    

扩展基本信息

名称 Simple Auto Refresher Simple Auto Refresher
ID gnpdappailpafbhkefjcidiodkneecpp
官方URL https://chromewebstore.google.com/detail/simple-auto-refresher/gnpdappailpafbhkefjcidiodkneecpp
简介 A simple tool to make the website live every time! Refresh your pages with selected time interval.
文件大小 28.77 KB
安装次数 5,078
当前版本 1.0.2
更新时间 2021-07-30
上架时间 2020-06-24
评分 4.80/5 共10次评分
开发者 NokibRokes
电子邮箱 [email protected]
付费类型 in_app
扩展官网 https://nokibrokes.com
帮助页面URL https://nokibrokes.com/contact
隐私政策页面URL https://www.freeprivacypolicy.com/live/3b75e390-e63d-4b3b-8ac0-873b11cc1535
支持的语言 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"
            ]
        }
    ]
}