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.

Инструкции по использованию расширения

                        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
URL страницы помощи 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": [
                ""
            ]
        }
    ]
}