Miracle Cache Cleaner

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

Co to jest Miracle Cache Cleaner?

Miracle Cache Cleaner to rozszerzenie Chrome opracowane przez https://miracleadvance.com, a jego główną funkcją jest „Clean your browser history, cache and cookies in just one click using Miracle Cache Cleaner”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Miracle Cache Cleaner

Pobierz pliki rozszerzeń Miracle Cache Cleaner w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Miracle Cache Cleaner Miracle Cache Cleaner
ID mbafgjifnhlghkhjddfcefbeanajpdeg
Oficjalny URL https://chromewebstore.google.com/detail/miracle-cache-cleaner/mbafgjifnhlghkhjddfcefbeanajpdeg
Opis Clean your browser history, cache and cookies in just one click using Miracle Cache Cleaner
Rozmiar pliku 505 KB
Liczba instalacji 56
Aktualna Wersja 1.0.5
Ostatnia Aktualizacja 2023-11-30
Data Publikacji 2023-01-06
Ocena 5.00/5 Łącznie 9 Oceny
Deweloper https://miracleadvance.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://miracleadvance.com/
Adres URL Strony Pomocy https://miracleadvance.com/
Adres URL Strony Polityki Prywatności https://miracleadvance.com/privacy-policy
Obsługiwane Języki 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\/*"
            ]
        }
    ]
}