Custom Auto Refresh

A simple and lightweight extension that automatically refreshes a tab on a fully customizable interval.

什么是Custom Auto Refresh?

Custom Auto Refresh是由VastBlast开发的Chrome扩展程序,该扩展的主要功能是“A simple and lightweight extension that automatically refreshes a tab on a fully customizable interval.”。

扩展截图

screenshot
screenshot

下载Custom Auto Refresh扩展crx文件

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

扩展使用说明

                        This extension will automatically refresh a tab on a fully customizable interval that you may set. The setting accepts any interval in seconds, as well as decimal points meaning you can customize the refresh rate to as low or as high as you need.

Unlike other extensions, this one is fully customizable and will always wait for the refresh to continue before moving on to the next refresh.                    

扩展基本信息

名称 Custom Auto Refresh Custom Auto Refresh
ID hefmpdieencodgfnoecpichojkglajkb
官方URL https://chromewebstore.google.com/detail/custom-auto-refresh/hefmpdieencodgfnoecpichojkglajkb
简介 A simple and lightweight extension that automatically refreshes a tab on a fully customizable interval.
文件大小 112 KB
安装次数 3,315
当前版本 2.3.2
更新时间 2023-10-10
上架时间 2021-01-12
评分 4.78/5 共18次评分
开发者 VastBlast
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/VastBlast/ChromeAutoRefresh
帮助页面URL https://nitestats.com/contact
隐私政策页面URL https://docs.google.com/document/d/e/2PACX-1vTRmSJmwdLT5Ze4qg5fvQSC6CTut9h2AvE2Uq9FOtTqrbF3SlijVn2gEywsaS0B6UZgJZ_11K2eqv8M/pub
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Custom Auto Refresh",
    "description": "A simple and lightweight extension that automatically refreshes a tab on a fully customizable interval.",
    "version": "2.3.2",
    "icons": {
        "48": ".\/icons\/icon-inactive.png"
    },
    "background": {
        "service_worker": ".\/scripts\/background.js"
    },
    "action": {
        "default_icon": ".\/icons\/icon-inactive.png",
        "default_popup": ".\/main\/index.html"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "scripting"
    ]
}