BLACKLIST.GOV.AZ

This extension automatically blocks suspicious URLs when you visit them in real-time and helps you to surf in internet secure.

What is BLACKLIST.GOV.AZ?

BLACKLIST.GOV.AZ is a Chrome extension developed by https://blacklist.gov.az, and its main feature is "This extension automatically blocks suspicious URLs when you visit them in real-time and helps you to surf in internet secure.".

Extension Screenshots

screenshot

Download BLACKLIST.GOV.AZ Extension CRX File

Download BLACKLIST.GOV.AZ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name BLACKLIST.GOV.AZ BLACKLIST.GOV.AZ
ID gphbbnhfdfiamgaligbbiiliemdodpco
Official URL https://chromewebstore.google.com/detail/blacklistgovaz/gphbbnhfdfiamgaligbbiiliemdodpco
Description This extension automatically blocks suspicious URLs when you visit them in real-time and helps you to surf in internet secure.
File Size 967 KB
Installation Count 759
Current Version 2.8.1
Last Updated 2023-11-04
Publish Date 2020-03-04
Rating 5.00/5 Total 5 Ratings
Developer https://blacklist.gov.az
Email [email protected]
Payment Type free
Extension Website https://blacklist.gov.az
Help Page URL https://blacklist.gov.az/en/contact-us
Supported Languages 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": [
                ""
            ]
        }
    ]
}