Mass Refresh

Refresh all tabs at once. Bypass local and server caches with one click.

What is Mass Refresh?

Mass Refresh is a Chrome extension developed by Fernando Nunogns, and its main feature is "Refresh all tabs at once. Bypass local and server caches with one click.".

Extension Screenshots

screenshot

Download Mass Refresh Extension CRX File

Download Mass Refresh extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Mass Refresh Mass Refresh
ID iciebngoaimmolpjoggceddmmkpkbndg
Official URL https://chrome.google.com/webstore/detail/mass-refresh/iciebngoaimmolpjoggceddmmkpkbndg
Description Refresh all tabs at once. Bypass local and server caches with one click.
File Size 131 KB
Installation Count 30
Current Version 0.3.3
Last Updated 2022-07-25
Publish Date 2021-08-03
Rating 5.00/5 Total 10 Ratings
Developer Fernando Nunogns
Email [email protected]
Payment Type free
Privacy Policy Page URL https://docs.google.com/document/d/1GgTk25EweOzqZo87uIrLAQ9e2Inst2v_CJjBmufKVng/edit?usp=sharing
Supported Languages 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"
    ]
}