History Auto-Eraser

History Auto-Eraser by Owlsee

ما هو History Auto-Eraser؟

History Auto-Eraser هو إضافة Chrome تم تطويرها بواسطة https://owlsee.com، والميزة الرئيسية لها هي "History Auto-Eraser by Owlsee".

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

screenshot
screenshot

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

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

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

                        Add page's URL or whole site's URLs to ignore list, Auto-Eraser will erase the assigned browser history automatically.

- Erase browser history automatically.                    

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

الاسم History Auto-Eraser History Auto-Eraser
ID nifjbfjmcncginckeohklpodpknneefh
عنوان URL الرسمي https://chromewebstore.google.com/detail/history-auto-eraser/nifjbfjmcncginckeohklpodpknneefh
الوصف History Auto-Eraser by Owlsee
حجم الملف 79.23 KB
عدد التثبيتات 186
النسخة الحالية 1.2
آخر تحديث 2019-11-20
تاريخ النشر 2019-11-19
تقييم 3.00/5 مجموع تقييمات 4
المطور https://owlsee.com
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://reader.owlsee.com/legal
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "History Auto-Eraser",
    "description": "History Auto-Eraser by Owlsee",
    "version": "1.2",
    "options_ui": {
        "page": "html\/options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/logo_16.png",
            "48": "img\/logo_48.png",
            "128": "img\/logo_128.png"
        },
        "default_popup": "html\/popup.html",
        "default_title": "History Auto-Eraser"
    },
    "background": {
        "scripts": [
            "js\/vendor.js",
            "js\/background.js"
        ]
    },
    "permissions": [
        "storage",
        "history",
        "tabs"
    ]
}