History Eraser

Erase Browser History, Hold CTRL key and click the extension icon for Setting

ما هو History Eraser؟

History Eraser هو إضافة Chrome تم تطويرها بواسطة hiatamaworkshop، والميزة الرئيسية لها هي "Erase Browser History, Hold CTRL key and click the extension icon for Setting".

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

screenshot

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

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

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

                        Erases Browser History.
Click the icon on the browser and it will erase the browser history according to the setting.


**IMPORTANT**
You need to give the setting to the extension first.
Hold 'CTRL key' and click the extension icon, and it should open the setting page. If it does not, make sure you are on the web page that allows Chrome Extensions generally, even that doesn't work, the extension is not compatible with your machine, sorry.                    

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

الاسم History Eraser History Eraser
ID pinefodogpimpgfepkmkbppkiofoioae
عنوان URL الرسمي https://chrome.google.com/webstore/detail/history-eraser/pinefodogpimpgfepkmkbppkiofoioae
الوصف Erase Browser History, Hold CTRL key and click the extension icon for Setting
حجم الملف 12.32 KB
عدد التثبيتات 234
النسخة الحالية 0.1.1
آخر تحديث 2019-06-19
تاريخ النشر 2019-06-19
المطور hiatamaworkshop
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "History Eraser",
    "version": "0.1.1",
    "manifest_version": 2,
    "description": "Erase Browser History, Hold CTRL key and click the extension icon for Setting",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_popup": "history.html",
        "default_icon": "icons\/icon16.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "content.js"
    ],
    "permissions": [
        "tabs",
        "storage",
        "browsingData"
    ]
}