BLACKLIST.GOV.AZ

This extension automatically blocks suspicious URLs when you visit them in real-time and helps you to surf in internet secure.

ما هو BLACKLIST.GOV.AZ؟

BLACKLIST.GOV.AZ هو إضافة Chrome تم تطويرها بواسطة https://blacklist.gov.az، والميزة الرئيسية لها هي "This extension automatically blocks suspicious URLs when you visit them in real-time and helps you to surf in internet secure.".

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

screenshot

تحميل ملف CRX للإضافة BLACKLIST.GOV.AZ

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

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

                        Chrome Extension for automatically blocking suspicious and malicious web sites listed on Blacklist.gov.az Feed Center's Database.                    

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

الاسم BLACKLIST.GOV.AZ BLACKLIST.GOV.AZ
ID gphbbnhfdfiamgaligbbiiliemdodpco
عنوان URL الرسمي https://chromewebstore.google.com/detail/blacklistgovaz/gphbbnhfdfiamgaligbbiiliemdodpco
الوصف This extension automatically blocks suspicious URLs when you visit them in real-time and helps you to surf in internet secure.
حجم الملف 967 KB
عدد التثبيتات 759
النسخة الحالية 2.8.1
آخر تحديث 2023-11-04
تاريخ النشر 2020-03-04
تقييم 5.00/5 مجموع تقييمات 5
المطور https://blacklist.gov.az
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://blacklist.gov.az
عنوان صفحة المساعدة https://blacklist.gov.az/en/contact-us
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "BLACKLIST.GOV.AZ",
    "author": "CERT.GOV.AZ",
    "description": "This extension automatically blocks suspicious URLs  when you visit them in real-time and helps you to surf in internet secure.",
    "version": "2.8.1",
    "permissions": [
        "activeTab",
        "storage",
        "webNavigation"
    ],
    "icons": {
        "16": "\/assets\/img\/icon16.png",
        "48": "\/assets\/img\/icon32.png",
        "128": "\/assets\/img\/icon150.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "blocked.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}