History Auto Deleter

Automatically delete your history!

ما هو History Auto Deleter؟

History Auto Deleter هو إضافة Chrome تم تطويرها بواسطة Mazika، والميزة الرئيسية لها هي "Automatically delete your history!".

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

screenshot
screenshot

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

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

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

                        Tired of having to go into incognito mode every time you want a little bit of privacy? Now you can keep certain things that you search for off the records!

- Automatically delete search history that contains words of your choosing
- You can delete history on demand, or by default it deletes when you restart chrome
- Can also delete history from the last minute, 10 minutes, 30 minutes, hour, or day

Thank you very much for installing this extension, all types of reviews and feedback are welcome!                    

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

الاسم History Auto Deleter History Auto Deleter
ID ddochbhghahhjlcfglcfalgicpdepmba
عنوان URL الرسمي https://chromewebstore.google.com/detail/history-auto-deleter/ddochbhghahhjlcfglcfalgicpdepmba
الوصف Automatically delete your history!
حجم الملف 10.88 KB
عدد التثبيتات 187
النسخة الحالية 1.01
آخر تحديث 2020-12-15
تاريخ النشر 2020-12-13
تقييم 4.33/5 مجموع تقييمات 3
المطور Mazika
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/remcalu/Chrome-History-Auto-Deleter
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "History Auto Deleter",
    "version": "1.01",
    "manifest_version": 2,
    "description": "Automatically delete your history!",
    "background": {
        "persistent": false,
        "scripts": [
            "options.js"
        ]
    },
    "permissions": [
        "storage",
        "history"
    ],
    "options_page": "options.html",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "64": "images\/image64.png"
        }
    },
    "icons": {
        "64": "images\/image64.png"
    }
}