Free Auto Refresh

Helps you refresh your web page with lots of awesome features. It is 100% free and no ads.

什么是Free Auto Refresh?

Free Auto Refresh是由http://www.timefly.cn开发的Chrome扩展程序,该扩展的主要功能是“Helps you refresh your web page with lots of awesome features. It is 100% free and no ads.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Free Auto Refresh扩展crx文件

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

扩展使用说明

                        Use this extension, you can:

1. Auto refresh page within specific seconds. 
2. Auto stop refreshing when some text or some element appears in the page.
3. Show countdow on the icon or on the page.
4. Auto start task at specific time of today.
5. Start count down when dom ready or all resources finish loading.
6. Notify you when task auto stop or start at the specific time.
7. Off/On Hard refresh(without cache).
8. Now if you want to refresh without interval,  you can set interval to zero.

Email:[email protected]                    

扩展基本信息

名称 Free Auto Refresh Free Auto Refresh
ID lfkfikiejjfhpfbpgfolfkkdjpepmkal
官方URL https://chrome.google.com/webstore/detail/free-auto-refresh/lfkfikiejjfhpfbpgfolfkkdjpepmkal
简介 Helps you refresh your web page with lots of awesome features. It is 100% free and no ads.
文件大小 88.88 KB
安装次数 40,000
当前版本 1.1.1
更新时间 2021-11-23
上架时间 2020-09-17
评分 4.18/5 共72次评分
开发者 http://www.timefly.cn
电子邮箱 [email protected]
付费类型 in_app
扩展官网 https://www.timefly.cn/free-auto-refresh
帮助页面URL https://www.timefly.cn/free-auto-refresh
支持的语言 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "short_name": "Auto Refresh",
    "version": "1.1.1",
    "author": "[email protected]",
    "default_locale": "en",
    "icons": {
        "64": "image\/icon64.png",
        "128": "image\/icon128.png"
    },
    "action": {
        "default_icon": {
            "64": "image\/icon64.png",
            "128": "image\/icon128.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start",
            "css": [
                "css\/style.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "homepage_url": "https:\/\/www.timefly.cn\/free-auto-refresh",
    "options_page": "options.html",
    "background": {
        "service_worker": "service_worker.js"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "storage",
        "browsingData",
        "notifications"
    ]
}