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
公式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
Eメール [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"
    ]
}