Mass Refresh
Refresh all tabs at once. Bypass local and server caches with one click.
什么是Mass Refresh?
Mass Refresh是由Fernando Nunogns开发的Chrome扩展程序,该扩展的主要功能是“Refresh all tabs at once. Bypass local and server caches with one click.”。
扩展截图
下载Mass Refresh扩展crx文件
下载Mass Refresh扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Mass Refresh - refresh all your tabs bypassing caches. One click and all tabs refreshed. The app also suppresses messages from websites like “Do you want to close this page?”.
扩展基本信息
名称 | |
ID | iciebngoaimmolpjoggceddmmkpkbndg |
官方URL | https://chrome.google.com/webstore/detail/mass-refresh/iciebngoaimmolpjoggceddmmkpkbndg |
简介 | Refresh all tabs at once. Bypass local and server caches with one click. |
文件大小 | 131 KB |
安装次数 | 30 |
当前版本 | 0.3.3 |
更新时间 | 2022-07-25 |
上架时间 | 2021-08-03 |
评分 | 5.00/5 共10次评分 |
开发者 | Fernando Nunogns |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://docs.google.com/document/d/1GgTk25EweOzqZo87uIrLAQ9e2Inst2v_CJjBmufKVng/edit?usp=sharing |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_icon": { "128": "icons\/inactive.png" }, "default_title": "__MSG_app_name__" }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "default_locale": "en", "description": "__MSG_app_desc__", "icons": { "128": "icons\/icon-128.png", "48": "icons\/icon-48.png", "16": "icons\/icon-16.png" }, "manifest_version": 2, "name": "__MSG_app_name__", "permissions": [ "webRequest", "webRequestBlocking", " |