History Blacklist

Blacklists URLs from entering Chrome's history.

ما هو History Blacklist؟

History Blacklist هو إضافة Chrome تم تطويرها بواسطة smrq، والميزة الرئيسية لها هي "Blacklists URLs from entering Chrome's history.".

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

screenshot

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

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

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

                        Blacklists URLs from entering Chrome's history. When you navigate to any URL that matches any of the blacklisted patterns that you provide, this extension will immediately remove that URL from your history.                    

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

الاسم History Blacklist History Blacklist
ID dglhdhjfhaikplcgklplalmejcahjheo
عنوان URL الرسمي https://chromewebstore.google.com/detail/history-blacklist/dglhdhjfhaikplcgklplalmejcahjheo
الوصف Blacklists URLs from entering Chrome's history.
حجم الملف 15.87 KB
عدد التثبيتات 1,434
النسخة الحالية 1.0.1
آخر تحديث 2020-01-21
تاريخ النشر 2020-01-21
تقييم 4.47/5 مجموع تقييمات 15
المطور smrq
نوع الدفع free
موقع الإضافة https://github.com/smrq/chrome-history-blacklist
عنوان صفحة المساعدة https://github.com/smrq/chrome-history-blacklist/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "History Blacklist",
    "version": "1.0.1",
    "description": "Blacklists URLs from entering Chrome's history.",
    "icons": {
        "16": "images\/icon-16px.png",
        "32": "images\/icon-32px.png",
        "48": "images\/icon-48px.png",
        "64": "images\/icon-64px.png",
        "128": "images\/icon-128px.png",
        "192": "images\/icon-192px.png"
    },
    "author": "Greg Smith ",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "homepage_url": "https:\/\/github.com\/smrq\/chrome-history-blacklist",
    "options_page": "options.html",
    "permissions": [
        "history",
        "storage"
    ]
}