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
官方網址 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": [
                ""
            ]
        }
    ]
}