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.”。

擴展截圖

screenshot

下載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?”.                    

擴展基本資訊

名稱 Mass Refresh Mass Refresh
ID iciebngoaimmolpjoggceddmmkpkbndg
官方網址 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",
        ""
    ],
    "version": "0.3.3",
    "web_accessible_resources": [
        "manifest.json"
    ]
}