Miracle Cache Cleaner

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

Miracle Cache Cleaner란 무엇입니까?

Miracle Cache Cleaner은(는) https://miracleadvance.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Clean your browser history, cache and cookies in just one click using Miracle Cache Cleaner"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Miracle Cache Cleaner 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Miracle Cache Cleaner Miracle Cache Cleaner
ID mbafgjifnhlghkhjddfcefbeanajpdeg
공식 URL https://chromewebstore.google.com/detail/miracle-cache-cleaner/mbafgjifnhlghkhjddfcefbeanajpdeg
설명 Clean your browser history, cache and cookies in just one click using Miracle Cache Cleaner
파일 크기 505 KB
설치 횟수 56
현재 버전 1.0.5
최근 업데이트 2023-11-30
출시 날짜 2023-01-06
평점 5.00/5 총 9 개의 평점
개발자 https://miracleadvance.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://miracleadvance.com/
도움말 페이지 URL https://miracleadvance.com/
개인정보 보호 정책 페이지 URL https://miracleadvance.com/privacy-policy
지원되는 언어 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\/*"
            ]
        }
    ]
}