Auto Refresher
user friendly Auto Refresher tool.
什么是Auto Refresher?
Auto Refresher是由noorakit.com开发的Chrome扩展程序,该扩展的主要功能是“user friendly Auto Refresher tool.”。
扩展截图
下载Auto Refresher扩展crx文件
下载Auto Refresher扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Hello guys, Auto refresher is a tab refreshing tool which helps you to reload a page according to your set up time. There is a lot of functionality including turn of reloading, delete listed page, edit listed page and so one. key Features: 1.user friendly tool. 2.this app can set up several refresh time for different pages. 3.smooth good looking UI. 4.Will not slow down the operation of your device. 5.Our app is easy to use. FAQ : Do you want to refresh your tab? Do you refresh a specific page? Do you refresh a website naturally?
扩展基本信息
名称 | Auto Refresher |
ID | ohaddebmmlbbjnpobfgmlkelfoiokojh |
官方URL | https://chromewebstore.google.com/detail/auto-refresher/ohaddebmmlbbjnpobfgmlkelfoiokojh |
简介 | user friendly Auto Refresher tool. |
文件大小 | 17.33 KB |
安装次数 | 39 |
当前版本 | 2.1.0 |
更新时间 | 2023-05-15 |
上架时间 | 2021-10-19 |
开发者 | noorakit.com |
电子邮箱 | [email protected] |
付费类型 | in_app |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Auto Refresher", "description": " user friendly Auto Refresher tool.", "version": "2.1.0", "background": { "service_worker": "service_worker.js", "type": "module" }, "action": { "default_popup": "popup\/popup.html", "default_icon": "images\/icon-128.png" }, "permissions": [ "storage", "tabs", "alarms", "notifications" ], "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-64.png", "128": "images\/icon-128.png" } } |