Mass Refresh

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

Cos'è Mass Refresh?

Mass Refresh è un'estensione di Chrome sviluppata da Fernando Nunogns, e la sua funzione principale è "Refresh all tabs at once. Bypass local and server caches with one click.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Mass Refresh

Scarica i file di estensione Mass Refresh in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Mass Refresh Mass Refresh
ID iciebngoaimmolpjoggceddmmkpkbndg
URL Ufficiale https://chrome.google.com/webstore/detail/mass-refresh/iciebngoaimmolpjoggceddmmkpkbndg
Descrizione Refresh all tabs at once. Bypass local and server caches with one click.
Dimensione del File 131 KB
Conteggio Installazioni 30
Versione Corrente 0.3.3
Ultimo Aggiornamento 2022-07-25
Data di Pubblicazione 2021-08-03
Valutazione 5.00/5 Totale 10 Valutazioni
Sviluppatore Fernando Nunogns
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://docs.google.com/document/d/1GgTk25EweOzqZo87uIrLAQ9e2Inst2v_CJjBmufKVng/edit?usp=sharing
Lingue Supportate 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"
    ]
}