Clear History

Quickly clears the browser history.

ما هو Clear History؟

Clear History هو إضافة Chrome تم تطويرها بواسطة Mike Frysinger، والميزة الرئيسية لها هي "Quickly clears the browser history.".

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

screenshot
screenshot

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

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

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

                        Automatically clear all history, or expire old entries while preserving the most recent!

Feel free to review the extension source at the homepage linked on the right.                    

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

الاسم Clear History Clear History
ID kihobnjokffgdfnhjdfiaibalbgfolic
عنوان URL الرسمي https://chromewebstore.google.com/detail/clear-history/kihobnjokffgdfnhjdfiaibalbgfolic
الوصف Quickly clears the browser history.
حجم الملف 33.48 KB
عدد التثبيتات 3,555
النسخة الحالية 2.0.0
آخر تحديث 2022-10-10
تاريخ النشر 2016-02-28
تقييم 3.97/5 مجموع تقييمات 30
المطور Mike Frysinger
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://git.wh0rd.org/chrome-ext/clearhistory-advance-fork.git
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "default_locale": "en",
    "manifest_version": 3,
    "minimum_chrome_version": "100",
    "version": "2.0.0",
    "description": "__MSG_description__",
    "permissions": [
        "alarms",
        "history",
        "cookies",
        "downloads",
        "notifications",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "javascript\/clearhistory.js",
        "type": "module"
    },
    "options_page": "views\/options.html",
    "action": {
        "default_icon": "images\/icon32.png",
        "default_title": "__MSG_title__",
        "default_popup": "views\/popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}