Miracle Cache Cleaner

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

Miracle Cache Cleaner là gì?

Miracle Cache Cleaner là một tiện ích mở rộng Chrome được phát triển bởi https://miracleadvance.com, và tính năng chính của nó là "Clean your browser history, cache and cookies in just one click using Miracle Cache Cleaner".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Miracle Cache Cleaner

Tải xuống các tệp mở rộng Miracle Cache Cleaner dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Miracle Cache Cleaner Miracle Cache Cleaner
ID mbafgjifnhlghkhjddfcefbeanajpdeg
URL Chính Thức https://chromewebstore.google.com/detail/miracle-cache-cleaner/mbafgjifnhlghkhjddfcefbeanajpdeg
Mô tả Clean your browser history, cache and cookies in just one click using Miracle Cache Cleaner
Kích Thước Tệp 505 KB
Số Lần Cài Đặt 56
Phiên Bản Hiện Tại 1.0.5
Cập Nhật Lần Cuối 2023-11-30
Ngày Phát Hành 2023-01-06
Đánh Giá 5.00/5 Tổng số 9 Đánh Giá
Nhà Phát Triển https://miracleadvance.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://miracleadvance.com/
URL Trang Trợ Giúp https://miracleadvance.com/
URL Trang Chính Sách Bảo Mật https://miracleadvance.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}