Chrome History Cleaner

Clears the chrome browser history automatically on browser start. You can also schedule to clear chrome history periodically.

ما هو Chrome History Cleaner؟

Chrome History Cleaner هو إضافة Chrome تم تطويرها بواسطة KarthiTech، والميزة الرئيسية لها هي "Clears the chrome browser history automatically on browser start. You can also schedule to clear chrome history periodically.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Chrome History Cleaner

قم بتنزيل ملفات الامتداد Chrome History Cleaner بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Chrome History Cleaner extension clears only the browsing history automatically when the browser starts every time. This will not clear cookies, cache and passwords etc., to keep the user session alive.

You can schedule this extension to run every predefined time interval such as 5, 10, 15 minutes. You can select the time interval from the extension popup page.

Support for clearing the other browsing data will be added soon.                    

معلومات أساسية عن التمديد

الاسم Chrome History Cleaner Chrome History Cleaner
ID lebddibgdgkjheglmfpannlomiobdbhm
عنوان URL الرسمي https://chromewebstore.google.com/detail/chrome-history-cleaner/lebddibgdgkjheglmfpannlomiobdbhm
الوصف Clears the chrome browser history automatically on browser start. You can also schedule to clear chrome history periodically.
حجم الملف 38.76 KB
عدد التثبيتات 11,058
النسخة الحالية 1.0.3
آخر تحديث 2021-09-09
تاريخ النشر 2018-03-10
تقييم 4.44/5 مجموع تقييمات 18
المطور KarthiTech
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chrome History Cleaner",
    "description": "Clears the chrome browser history automatically on browser start. You can also schedule to clear chrome history periodically.",
    "version": "1.0.3",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "incognito": "split",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Chrome History Cleaner",
        "default_popup": "popup.html"
    },
    "permissions": [
        "browsingData",
        "storage"
    ],
    "background": {
        "scripts": [
            "jquery.min.js",
            "bm.js"
        ]
    }
}