Miracle Cache Cleaner

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

ما هو Miracle Cache Cleaner؟

Miracle Cache Cleaner هو إضافة Chrome تم تطويرها بواسطة https://miracleadvance.com، والميزة الرئيسية لها هي "Clean your browser history, cache and cookies in just one click using Miracle Cache Cleaner".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Miracle Cache Cleaner

قم بتنزيل ملفات الامتداد Miracle Cache Cleaner بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/
عنوان صفحة المساعدة https://miracleadvance.com/
عنوان صفحة سياسة الخصوصية 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\/*"
            ]
        }
    ]
}