Safe History

Scans web pages you visit for adult or Not Safe For Work (NSFW) content and removes them from your history.

ما هو Safe History؟

Safe History هو إضافة Chrome تم تطويرها بواسطة AnthonyOSX، والميزة الرئيسية لها هي "Scans web pages you visit for adult or Not Safe For Work (NSFW) content and removes them from your history.".

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

screenshot

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

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

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

                        Tired of forgetting to switch to incognito, delete specific results from your history or have someone checking your history who gets suspicious when it seems to be recently cleared? Those times are over, Safe History is here to help.

Safe History works by automatically scanning the web pages you visit and looking for anything that might get you in trouble (porn, NSFW, nudity, profanity, etc.). If something is found the page is automatically flagged, deleted from your browsing history and the browser icon will color itself to notify you your history is in good hands. Everything else is simply ignored and kept in your history like normal.

Safe History features:
    - Automatic deletion of adult or Not Safe For Work (NSFW) sites history entries right when you view them
    - Maintains a realistic and clean search history
    - No user input needed
    - Keeps all history deemed "safe" for all eyes

If a site manages to slip past the filter please report it.


Icon credits: "data-filter" by Vecteezy is licensed under CC BY 3.0                    

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

الاسم Safe History Safe History
ID dlkkhffefpkmobphiphbghhhilhoopma
عنوان URL الرسمي https://chromewebstore.google.com/detail/safe-history/dlkkhffefpkmobphiphbghhhilhoopma
الوصف Scans web pages you visit for adult or Not Safe For Work (NSFW) content and removes them from your history.
حجم الملف 43.61 KB
عدد التثبيتات 496
النسخة الحالية 1.0.3
آخر تحديث 2016-02-28
تاريخ النشر 2016-02-27
تقييم 3.33/5 مجموع تقييمات 6
المطور AnthonyOSX
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Safe History",
    "description": "Scans web pages you visit for adult or Not Safe For Work (NSFW) content and removes them from your history.",
    "version": "1.0.3",
    "manifest_version": 2,
    "permissions": [
        "contextMenus",
        "tabs",
        "history"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "jquery-1.12.1.min.js",
                "inject.js"
            ]
        }
    ],
    "page_action": {
        "default_title": "Safe History",
        "default_popup": "page_action.html"
    },
    "icons": {
        "128": "data-filter-128.png",
        "48": "data-filter-48.png",
        "32": "data-filter-32.png",
        "16": "data-filter-16.png"
    }
}