History Wiper

Stop Chrome from recording your browsing history when you are browsing specific websites.

ما هو History Wiper؟

History Wiper هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Stop Chrome from recording your browsing history when you are browsing specific websites.".

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

screenshot

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

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

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

                        It is a chrome extentsion which can stop record your history and browering data about specific words. 
By default, it already has included some vulgarity and adult words.
You can also add some website domain names by yourself.

When the text on the badge is delete and the background color is yellow, it means that the history record is removed.                    

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

الاسم History Wiper History Wiper
ID iahlekcomboaljagackjkigepnfaphkc
عنوان URL الرسمي https://chromewebstore.google.com/detail/history-wiper/iahlekcomboaljagackjkigepnfaphkc
الوصف Stop Chrome from recording your browsing history when you are browsing specific websites.
حجم الملف 111 KB
عدد التثبيتات 97
النسخة الحالية 1.0.3
آخر تحديث 2016-04-27
تاريخ النشر 2016-04-26
تقييم 5.00/5 مجموع تقييمات 2
المطور Unknown
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "History Wiper",
    "version": "1.0.3",
    "manifest_version": 2,
    "description": "Stop Chrome from recording your browsing history when you are browsing specific websites.",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon19.png",
        "default_title": "No History",
        "default_popup": "popup.html"
    },
    "permissions": [
        "history",
        "tabs",
        "browsingData",
        "storage"
    ]
}