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 là gì?

BLACKLIST.GOV.AZ là một tiện ích mở rộng Chrome được phát triển bởi https://blacklist.gov.az, và tính năng chính của nó là "This extension automatically blocks suspicious URLs when you visit them in real-time and helps you to surf in internet secure.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng BLACKLIST.GOV.AZ

Tải xuống các tệp mở rộng BLACKLIST.GOV.AZ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên BLACKLIST.GOV.AZ BLACKLIST.GOV.AZ
ID gphbbnhfdfiamgaligbbiiliemdodpco
URL Chính Thức https://chromewebstore.google.com/detail/blacklistgovaz/gphbbnhfdfiamgaligbbiiliemdodpco
Mô tả This extension automatically blocks suspicious URLs when you visit them in real-time and helps you to surf in internet secure.
Kích Thước Tệp 967 KB
Số Lần Cài Đặt 759
Phiên Bản Hiện Tại 2.8.1
Cập Nhật Lần Cuối 2023-11-04
Ngày Phát Hành 2020-03-04
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://blacklist.gov.az
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://blacklist.gov.az
URL Trang Trợ Giúp https://blacklist.gov.az/en/contact-us
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}