History Blocker by Site

prevents the logging of specified websites

ما هو History Blocker by Site؟

History Blocker by Site هو إضافة Chrome تم تطويرها بواسطة Frosation، والميزة الرئيسية لها هي "prevents the logging of specified websites".

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

screenshot

تحميل ملف CRX للإضافة History Blocker by Site

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

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

                        *coded by CZ*

Black lists specified websites from being logged into history.

- Supports wildcard (*) for domains
- Disregards www's and protocols (http, https, etc)
- Disregards path

Feel free to suggest any design, ui, or feature improvements
(fully aware the current icon looks abysmal)



__________________________________________

v1.2 - 18.08-2016:
-fixed logic: *.site.com now matches site.com

v1.1 - 17.08.2016: 
-added pointless copyright notice

v1.0 - 16.08.2016: 
-initial                    

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

الاسم History Blocker by Site History Blocker by Site
ID keamekimefemnbgegbfkdkmbomaahfai
عنوان URL الرسمي https://chromewebstore.google.com/detail/history-blocker-by-site/keamekimefemnbgegbfkdkmbomaahfai
الوصف prevents the logging of specified websites
حجم الملف 22.96 KB
عدد التثبيتات 6,291
النسخة الحالية 1.2
آخر تحديث 2017-10-02
تاريخ النشر 2017-10-02
تقييم 2.75/5 مجموع تقييمات 68
المطور Frosation
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "History Blocker by Site",
    "short_name": "History Blocker",
    "description": "prevents the logging of specified websites",
    "version": "1.2",
    "manifest_version": 2,
    "minimum_chrome_version": "45",
    "background": {
        "scripts": [
            "backg.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "img\/filter16.png",
        "48": "img\/filter48.png",
        "128": "img\/filter128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/filter19.png",
            "39": "img\/filter38.png"
        },
        "default_title": "Configure Options"
    },
    "options_page": "options\/options.html",
    "permissions": [
        "background",
        "history",
        "storage"
    ]
}