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是由https://blacklist.gov.az开发的Chrome扩展程序,该扩展的主要功能是“This extension automatically blocks suspicious URLs when you visit them in real-time and helps you to surf in internet secure.”。

扩展截图

screenshot

下载BLACKLIST.GOV.AZ扩展crx文件

下载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": [
                ""
            ]
        }
    ]
}