Auto Refresh Plus - Auto Reload Page

Powerful Auto Refresh and Tab Auto Refresh Tool!

什么是Auto Refresh Plus - Auto Reload Page?

Auto Refresh Plus - Auto Reload Page是由Seek Truth Studio开发的Chrome扩展程序,该扩展的主要功能是“Powerful Auto Refresh and Tab Auto Refresh Tool!”。

扩展截图

screenshot
screenshot

下载Auto Refresh Plus - Auto Reload Page扩展crx文件

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

扩展使用说明

                        Powerful Auto Refresh and Tab Auto Refresh Tool!

[Key Features]:
Refresh pages after a set number of seconds.
Auto Reload the page after a set number of random seconds.
Set different delays per page or tab.
Stop auto-refresh anytime with a mouse click or keyboard shortcut.
Simultaneously refresh multiple pages.

[Real-time view]:
Refreshing web pages.
Time intervals for page refresh.
Number of refresh cycles.
Instantly stop auto-refresh for specified web pages.
This tool enables you to effortlessly manage web page refreshing and Tab Auto Refresh, ensuring you always have the latest information. Moreover, we pledge not to store any user data—professional, secure, reliable, and user-friendly!                    

扩展基本信息

名称 Auto Refresh Plus - Auto Reload Page Auto Refresh Plus - Auto Reload Page
ID jjoephlclcfpmaphlglonpjmbahaejic
官方URL https://chromewebstore.google.com/detail/auto-refresh-plus-auto-re/jjoephlclcfpmaphlglonpjmbahaejic
简介 Powerful Auto Refresh and Tab Auto Refresh Tool!
文件大小 346 KB
安装次数 173
当前版本 0.1.1
更新时间 2023-09-11
上架时间 2023-09-05
开发者 Seek Truth Studio
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://sites.google.com/view/auto-refresh-pluss-mart-easy
支持的语言 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "$schema": "https:\/\/json.schemastore.org\/chrome-manifest.json",
    "version": "0.1.1",
    "description": "__MSG_description__",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "__MSG_name__",
        "default_popup": "index.html"
    },
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_idle",
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "default_locale": "en"
}