Miracle Cache Cleaner

Clean your browser history, cache and cookies in just one click using Miracle Cache Cleaner

Cos'è Miracle Cache Cleaner?

Miracle Cache Cleaner è un'estensione di Chrome sviluppata da https://miracleadvance.com, e la sua funzione principale è "Clean your browser history, cache and cookies in just one click using Miracle Cache Cleaner".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Miracle Cache Cleaner

Scarica i file di estensione Miracle Cache Cleaner 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

                        Miracle Cache Cleaner is a simple and easy-to-use browser's history, cache, cookies, and downloads Cleaner. The main purpose of this extension is that it can increase the user's browser speed and user experience.                    

Informazioni di Base sull'Estensione

Nome Miracle Cache Cleaner Miracle Cache Cleaner
ID mbafgjifnhlghkhjddfcefbeanajpdeg
URL Ufficiale https://chromewebstore.google.com/detail/miracle-cache-cleaner/mbafgjifnhlghkhjddfcefbeanajpdeg
Descrizione Clean your browser history, cache and cookies in just one click using Miracle Cache Cleaner
Dimensione del File 505 KB
Conteggio Installazioni 56
Versione Corrente 1.0.5
Ultimo Aggiornamento 2023-11-30
Data di Pubblicazione 2023-01-06
Valutazione 5.00/5 Totale 9 Valutazioni
Sviluppatore https://miracleadvance.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://miracleadvance.com/
URL della Pagina di Aiuto https://miracleadvance.com/
URL della Pagina della Politica sulla Privacy https://miracleadvance.com/privacy-policy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "38": "img\/icon_38.png"
        },
        "default_popup": "popup.html",
        "default_title": "__MSG_mcc_app_name__"
    },
    "background": {
        "service_worker": "\/js\/service-bg-worker.js"
    },
    "default_locale": "en",
    "description": "__MSG_mcc_app_description__",
    "homepage_url": "https:\/\/miracleadvance.com\/",
    "icons": {
        "128": "img\/icon_128.png",
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png"
    },
    "manifest_version": 3,
    "name": "__MSG_mcc_app_name__",
    "offline_enabled": true,
    "options_page": "options.html",
    "permissions": [
        "storage",
        "browsingData",
        "cookies"
    ],
    "short_name": "M cleaner",
    "version": "1.0.5",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "img\/*"
            ]
        }
    ]
}