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
Eメール [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": [
                ""
            ]
        }
    ]
}